From e0f1f4ecfaf311737cf7b99020078bec8752ad1b Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sat, 17 Oct 2020 05:25:51 +0200 Subject: [PATCH] Fix All dungeons sign --- Rom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rom.py b/Rom.py index c2dba74a..f2130913 100644 --- a/Rom.py +++ b/Rom.py @@ -1921,7 +1921,7 @@ def write_strings(rom, world, player, team): if world.goal[player] == 'dungeons': tt['sign_ganon'] = 'You need to complete all the dungeons.' - if world.goal[player] == 'ganonpedestal': + elif world.goal[player] == 'ganonpedestal': tt['sign_ganon'] = 'You need to pull the pedestal to defeat Ganon.' elif world.goal[player] == "ganon": if world.crystals_needed_for_ganon[player] == 1: