diff --git a/stages/3d_scenes/cockpit_scene/scripts/cockpit.gd b/stages/3d_scenes/cockpit_scene/scripts/cockpit.gd index 3dec628..da255fd 100644 --- a/stages/3d_scenes/cockpit_scene/scripts/cockpit.gd +++ b/stages/3d_scenes/cockpit_scene/scripts/cockpit.gd @@ -55,6 +55,7 @@ func update_dialogs(): and region_data.charges == 0 and not FAILED_DIALOG in GameInfo.game_data.dialogs_done and not FAILED_DIALOG in phone_dialogs + and not GameInfo.game_data.current_run.story_step is InfiniteStoryStep ): phone_dialogs.append(FAILED_DIALOG)