mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-21 22:02:04 -07:00
Fix All dungeons sign
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user