Skip to content

Commit

Permalink
Hotfix for bad monikatopic bug
Browse files Browse the repository at this point in the history
  • Loading branch information
therationalpi committed Oct 27, 2017
1 parent 25ac122 commit 7052948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monika After Story/game/script-ch30.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7052948

Please sign in to comment.