diff --git a/game/scripts/events/queue.rpy b/game/scripts/events/queue.rpy index 3c2a6929..684aa37d 100644 --- a/game/scripts/events/queue.rpy +++ b/game/scripts/events/queue.rpy @@ -306,10 +306,10 @@ init -1 python: # if abnormal: # Irrelevant # return - if renpy.game.context().return_stack: - # If return stack exists, ignore, because we're probably in a call label. - # We only allow room_menu, to pass. - return + # if renpy.game.context().return_stack: + # # If return stack exists, ignore, because we're probably in a call label. + # # We only allow room_menu, to pass. + # return if self.started: # Event cancelled abnormally?