- One more fix.

This commit is contained in:
Agetian
2017-08-23 19:37:21 +00:00
parent 20d27bb9b3
commit ad8ad35c03

View File

@@ -277,7 +277,7 @@ public class SpecialCardAi {
return true;
}
public static Pair<Integer, Integer> getPumpedPT(Player ai, SpellAbility sa, int power, int toughness, List<String> kws) {
public static Pair<Integer, Integer> getPumpedPT(Player ai, SpellAbility sa, int power, int toughness) {
int energy = sa.getHostCard().getController().getCounters(CounterType.ENERGY);
if (energy > 0) {
int numActivations = energy / 3;