- 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:
Agetian
2014-09-14 03:50:00 +00:00
parent b67a39cd52
commit f206a73f89

View File

@@ -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;
}
}