no failed phone

This commit is contained in:
Altaezio
2026-07-31 11:00:31 +02:00
parent 56d88964bd
commit 859f567c15
@@ -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)