Fix All dungeons sign
This commit is contained in:
parent
b88ad842a3
commit
e0f1f4ecfa
2
Rom.py
2
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:
|
||||
|
|
Loading…
Reference in New Issue