mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +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;
|
return true;
|
||||||
}
|
}
|
||||||
if (opposing.isEmpty() || !pumpedWillDie) {
|
if (opposing.isEmpty() || !pumpedWillDie) {
|
||||||
if (pumpedDmg > c.getBaseAttack()) {
|
if (sa.hasParam("NumAtt") && sa.getParam("NumAtt").contains("+")) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user