mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Make Witness the Future AI playable.
This commit is contained in:
@@ -398,7 +398,7 @@ public class PumpAi extends PumpAiBase {
|
||||
|
||||
if (!mandatory
|
||||
&& !immediately
|
||||
&& game.getPhaseHandler().getPhase().isAfter(PhaseType.COMBAT_DECLARE_BLOCKERS)
|
||||
&& (game.getPhaseHandler().getPhase().isAfter(PhaseType.COMBAT_DECLARE_BLOCKERS) && !"AnyPhase".equals(sa.getParam("AILogic")))
|
||||
&& !(sa.isCurse() && defense < 0)
|
||||
&& !containsNonCombatKeyword(keywords)
|
||||
&& !"UntilYourNextTurn".equals(sa.getParam("Duration"))
|
||||
|
||||
Reference in New Issue
Block a user