summaryrefslogtreecommitdiff
path: root/game/screens.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/screens.rpy')
-rw-r--r--game/screens.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/screens.rpy b/game/screens.rpy
index bc1f9cd..f5ffd9e 100644
--- a/game/screens.rpy
+++ b/game/screens.rpy
@@ -401,7 +401,7 @@ screen navigation():
textbutton _("Help") action ShowMenu("help")
- if not (main_menu or story_mode or hud_interface):
+ if not (main_menu or story_mode or hud_interface): # FIXME
if Player["quest"] >= 5:
textbutton _("Summons") action ShowMenu("sumconf")