- Improvement to the PumpAI Aristocrat logic.

This commit is contained in:
Agetian
2017-09-09 17:15:41 +00:00
parent 48bd65cd3b
commit f5decd2221

View File

@@ -95,7 +95,7 @@ public class PumpAi extends PumpAiBase {
} }
return true; return true;
} else if (logic.equals("Aristocrat")) { } else if (logic.equals("Aristocrat")) {
if (!ph.is(PhaseType.COMBAT_DECLARE_BLOCKERS, ai)) { if (!ph.is(PhaseType.COMBAT_DECLARE_BLOCKERS)) {
return false; return false;
} }
} }