mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Improvement to the PumpAI Aristocrat logic.
This commit is contained in:
@@ -95,7 +95,7 @@ public class PumpAi extends PumpAiBase {
|
||||
}
|
||||
return true;
|
||||
} else if (logic.equals("Aristocrat")) {
|
||||
if (!ph.is(PhaseType.COMBAT_DECLARE_BLOCKERS, ai)) {
|
||||
if (!ph.is(PhaseType.COMBAT_DECLARE_BLOCKERS)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user