- Make Witness the Future AI playable.

This commit is contained in:
Michael Kamensky
2022-05-08 12:31:32 +03:00
parent 21fca37c7d
commit 75a974165d
2 changed files with 2 additions and 3 deletions

View File

@@ -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"))