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: