This is a test commit to try the new repository method

This commit is contained in:
WayofTime 2014-06-02 17:51:00 -04:00
parent ac943e9d38
commit 761d0993b1

View file

@ -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;