Fix All dungeons sign

This commit is contained in:
Fabian Dill 2020-10-17 05:25:51 +02:00
parent b88ad842a3
commit e0f1f4ecfa
1 changed files with 1 additions and 1 deletions

2
Rom.py
View File

@ -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: