More code, testing things

This commit is contained in:
WayofTime 2014-01-18 20:29:20 -05:00
parent 9713fdb042
commit 276504acbd
8 changed files with 106 additions and 11 deletions

View file

@ -111,10 +111,10 @@ public abstract class SpellParadigm
}
}
return (int)(cost*Math.sqrt(this.bufferedEffectList.size()));
}
return cost;
return getDefaultCost();
}
public abstract int getDefaultCost();