From 0dacd48c009d0ee096f168c9c770a9a5094a88c7 Mon Sep 17 00:00:00 2001 From: Agetian Date: Sat, 1 Jun 2019 10:05:43 +0300 Subject: [PATCH] - Add the Human Sideboard for AI option to mobile Forge. --- forge-gui-mobile/src/forge/screens/settings/SettingsPage.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/forge-gui-mobile/src/forge/screens/settings/SettingsPage.java b/forge-gui-mobile/src/forge/screens/settings/SettingsPage.java index 36c95917843..a880ff379fa 100644 --- a/forge-gui-mobile/src/forge/screens/settings/SettingsPage.java +++ b/forge-gui-mobile/src/forge/screens/settings/SettingsPage.java @@ -121,6 +121,10 @@ public class SettingsPage extends TabPage { "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)"),