mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Take two at fixing the Pump Ai: hopefully will no longer dumb-spam non-stacking pumps while still pumping creatures with "aggressive" (attack-increasing) pumps when necessary.
This commit is contained in:
@@ -584,7 +584,7 @@ public abstract class PumpAiBase extends SpellAbilityAi {
|
||||
return true;
|
||||
}
|
||||
if (opposing.isEmpty() || !pumpedWillDie) {
|
||||
if (pumpedDmg > c.getBaseAttack()) {
|
||||
if (sa.hasParam("NumAtt") && sa.getParam("NumAtt").contains("+")) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user