summaryrefslogtreecommitdiff
path: root/game/screens.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/screens.rpy')
-rw-r--r--game/screens.rpy10
1 files changed, 2 insertions, 8 deletions
diff --git a/game/screens.rpy b/game/screens.rpy
index d14e96c..bc1f9cd 100644
--- a/game/screens.rpy
+++ b/game/screens.rpy
@@ -388,10 +388,7 @@ screen navigation():
elif story_mode or hud_interface:
textbutton _("History") action ShowMenu("history")
- if not debug:
- textbutton _("Preferences") action ShowMenu("preferences")
- else:
- textbutton _("Prefs") action ShowMenu("preferences")
+ textbutton _("Prefs") action ShowMenu("preferences")
if _in_replay:
textbutton _("End Replay") action EndReplay(confirm=True)
@@ -402,10 +399,7 @@ screen navigation():
if main_menu or story_mode or hud_interface:
textbutton _("About") action ShowMenu("about")
- if (renpy.variant("pc") or (renpy.variant("web") and not renpy.variant("mobile"))) and (main_menu or story_mode or hud_interface):
-
- ## Help isn't necessary or relevant to mobile devices.
- textbutton _("Help") action ShowMenu("help")
+ textbutton _("Help") action ShowMenu("help")
if not (main_menu or story_mode or hud_interface):
if Player["quest"] >= 5: