From c354a91834a42665dd2069133b12fcefe231491e Mon Sep 17 00:00:00 2001 From: Chris H Date: Mon, 20 Jan 2025 16:49:25 -0500 Subject: [PATCH] Since people like flashing in blockers --- forge-gui/MANUAL.txt | 4 ++-- .../java/forge/localinstance/properties/ForgePreferences.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/forge-gui/MANUAL.txt b/forge-gui/MANUAL.txt index 7462da47ea1..d58d9802ccf 100644 --- a/forge-gui/MANUAL.txt +++ b/forge-gui/MANUAL.txt @@ -1349,9 +1349,9 @@ will only match on cards that contain those exact words in that exact order with - Optimized Default Phase Stops - -The default phase stops have been reduced from all 24 to just 6: +The default phase stops have been reduced from all 24 to just 7: - Player: Main Phase 1, Declare Blockers, Main Phase 2 (M1, DB, M2) -- Opponent: Beginning of Combat, Declare Blockers, End of Turn (BC, DB, ET) +- Opponent: Beginning of Combat, Declare Attackers, Declare Blockers, End of Turn (BC, DB, ET) This should optimize the out-of-the-box experience for users and help new users figure out when the optimal time to cast instant-speed effects is. You can still customize these by clicking on the phase stop indicator, and your customizations will be remembered. diff --git a/forge-gui/src/main/java/forge/localinstance/properties/ForgePreferences.java b/forge-gui/src/main/java/forge/localinstance/properties/ForgePreferences.java index 98ac11a79c9..8bfac293546 100644 --- a/forge-gui/src/main/java/forge/localinstance/properties/ForgePreferences.java +++ b/forge-gui/src/main/java/forge/localinstance/properties/ForgePreferences.java @@ -227,7 +227,7 @@ public enum FPref { PHASE_AI_DRAW ("false"), PHASE_AI_MAIN1 ("false"), PHASE_AI_BEGINCOMBAT ("true"), - PHASE_AI_DECLAREATTACKERS ("false"), + PHASE_AI_DECLAREATTACKERS ("true"), PHASE_AI_DECLAREBLOCKERS ("true"), PHASE_AI_FIRSTSTRIKE ("false"), PHASE_AI_COMBATDAMAGE ("false"),