Remove extra unused ganonhunt sign text

This commit is contained in:
cassidoxa
2023-09-05 21:18:59 -04:00
parent f53c5b7127
commit d4a76cc9be

1
Rom.py
View File

@@ -1339,7 +1339,6 @@ def write_strings(rom, world, player):
if world.goal == 'ganonhunt':
ganon_triforce_singular = 'To beat Ganon you must collect %d triforce pieces and defeat his minion at the top of his tower.'
ganon_triforce_plural = 'To beat Ganon you must collect %d triforce pieces and defeat his minion at the top of his tower.'
tt['sign_ganon'] = (ganon_triforce_singular if world.treasure_hunt_count == 1 else ganon_triforce_plural) % world.treasure_hunt_count
if world.goal in ['dungeons']:
tt['sign_ganon'] = 'You need to complete all the dungeons.'
if world.goal in ['completionist']: