From 83d3c129fa269e3d19110eb43bee9f8c6e921afc Mon Sep 17 00:00:00 2001 From: Map Date: Fri, 11 Oct 2024 18:25:54 -0500 Subject: [PATCH] fix debug scores not returning after the menu updates --- game/screens.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/screens.rpy b/game/screens.rpy index aac8514..98843e6 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -905,7 +905,7 @@ screen preferences(): textbutton _("Enable Chapter Select") action ToggleVariable("persistent.enable_chapter_select", True, False) if not main_menu: - if config.developer and persistent.enable_debug_scores: + if persistent.enable_debug_scores: $ debug_story_variables(False) $ debug_story_variables(True) else: