mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Add the Human Sideboard for AI option to mobile Forge.
This commit is contained in:
@@ -121,6 +121,10 @@ public class SettingsPage extends TabPage<SettingsScreen> {
|
||||
"Performance Mode",
|
||||
"Disables additional static abilities checks to speed up the game engine. (Warning: breaks some 'as if had flash' scenarios when casting cards owned by opponents)."),
|
||||
1);
|
||||
lstSettings.addItem(new BooleanSetting(FPref.MATCH_SIDEBOARD_FOR_AI,
|
||||
"Human Sideboard for AI",
|
||||
"Allows users to sideboard with the AIs deck and sideboard in constructed game formats."),
|
||||
1);
|
||||
lstSettings.addItem(new BooleanSetting(FPref.FILTERED_HANDS,
|
||||
"Filtered Hands",
|
||||
"Generates two starting hands and keeps the one with the closest to average land count for the deck. (Requires restart)"),
|
||||
|
||||
Reference in New Issue
Block a user