Fix save_compat for mods AGAIN

This commit is contained in:
2024-03-07 16:24:25 -03:00
committed by Map
parent a3e5b4d090
commit 49cd15e254

View File

@ -15,7 +15,7 @@ label after_load:
call ask_drawing from _call_ask_drawing
$ renpy.block_rollback()
if ben_story == None and renpy.get_return_stack()[1].startswith("chapter_"):
if ben_story == None and isinstance(renpy.get_return_stack()[1], str) and renpy.get_return_stack()[1].startswith("chapter_"):
if hasattr(store, 'score_olivia'):
call initstats(score_olivia,score_inco) from _call_initstats_4
call ask_drawing from _call_ask_drawing_1