From 70529481cadaa18ab7eeaa2941fdbc81a26c13a1 Mon Sep 17 00:00:00 2001 From: therationalpi Date: Fri, 27 Oct 2017 11:40:42 -0400 Subject: [PATCH] Hotfix for bad monikatopic bug --- Monika After Story/game/script-ch30.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monika After Story/game/script-ch30.rpy b/Monika After Story/game/script-ch30.rpy index 644ec33f7a..b8aea010db 100644 --- a/Monika After Story/game/script-ch30.rpy +++ b/Monika After Story/game/script-ch30.rpy @@ -485,7 +485,7 @@ label ch30_autoload: $ config.allow_skipping = True else: $ config.allow_skipping = False - if persistent.current_monikatopic != 0: + if renpy.has_label(persistent.current_monikatopic) : m "Now, where was I...?" pause 2.0 call expression str(persistent.current_monikatopic) from _call_expression_10