Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Since people like flashing in blockers #6807

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions forge-gui/MANUAL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
Loading