mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Improvement to the PumpAI Aristocrat logic.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user