- Add the Human Sideboard for AI option to mobile Forge.

This commit is contained in:
Agetian
2019-06-01 10:05:43 +03:00
parent 135b6a3921
commit 0dacd48c00

View File

@@ -121,6 +121,10 @@ public class SettingsPage extends TabPage<SettingsScreen> {
"Performance Mode", "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)."), "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); 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, lstSettings.addItem(new BooleanSetting(FPref.FILTERED_HANDS,
"Filtered Hands", "Filtered Hands",
"Generates two starting hands and keeps the one with the closest to average land count for the deck. (Requires restart)"), "Generates two starting hands and keeps the one with the closest to average land count for the deck. (Requires restart)"),