mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- One more fix.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user