This is a test commit to try the new repository method
This commit is contained in:
parent
ac943e9d38
commit
761d0993b1
|
@ -23,7 +23,7 @@ public class Rituals
|
|||
|
||||
public Rituals(int crystalLevel, int actCost, RitualEffect effect, String name)
|
||||
{
|
||||
this.crystalLevel = crystalLevel;
|
||||
this.crystalLevel = crystalLevel; //For a test commit
|
||||
this.actCost = actCost;
|
||||
this.effect = effect;
|
||||
this.name = name;
|
||||
|
|
Loading…
Reference in a new issue