mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- One more fix.
This commit is contained in:
@@ -277,7 +277,7 @@ public class SpecialCardAi {
|
|||||||
return true;
|
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);
|
int energy = sa.getHostCard().getController().getCounters(CounterType.ENERGY);
|
||||||
if (energy > 0) {
|
if (energy > 0) {
|
||||||
int numActivations = energy / 3;
|
int numActivations = energy / 3;
|
||||||
|
|||||||
Reference in New Issue
Block a user