diff options
Diffstat (limited to 'game/screens.rpy')
-rw-r--r-- | game/screens.rpy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/game/screens.rpy b/game/screens.rpy index 298eac5..0ea46e1 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -686,7 +686,8 @@ screen preferences(): action SetVariable("persistent.evol2cli", "manaverse") textbutton _("ManaPlus"): action SetVariable("persistent.evol2cli", "manaplus") - textbutton _("Built-In"): + if not LEGACY: + textbutton _("Built-In"): action SetVariable("persistent.evol2cli", "builtin") |