Rebuild wardrobe (3) make sure to reblock rollback/skipping

Contrary to renpy.call, renpy.call_in_new_context is a function that does return, so this works
This commit is contained in:
Gouvernathor 2023-11-19 21:36:27 +01:00
parent 5411e13261
commit 97d992f969
2 changed files with 3 additions and 1 deletions

View File

@ -70,4 +70,7 @@ init python:
renpy.suspend_rollback(False)
renpy.block_rollback()
renpy.call_in_new_context(get_character_response(states.active_girl, what), arg)
_skipping = False
renpy.suspend_rollback(True)
renpy.block_rollback()
return

View File

@ -510,7 +510,6 @@ label wardrobe:
return
label _wardrobe:
$ renpy.config.skipping = None
$ _game_menu_screen = None
$ _skipping = False
$ renpy.suspend_rollback(True)