Updated baserom for crystal custscene and hera music fix

Updated a couple of error messages and when they are displayed
Updated Ganonhunt goal text to be more consistent across randomizers
This commit is contained in:
aerinon
2023-07-10 13:56:05 -06:00
parent 0c640bf9dd
commit 5d2ceaf75c
7 changed files with 13 additions and 7 deletions

View File

@@ -1287,7 +1287,8 @@ def make_customizer_pool(world, player):
bow_found = next((i for i in pool if i in {'Bow', 'Progressive Bow'}), None)
if not bow_found:
missing_items.append('Progressive Bow')
logging.getLogger('').warning(f'The following items are not in the custom item pool {", ".join(missing_items)}')
if missing_items:
logging.getLogger('').warning(f'The following items are not in the custom item pool {", ".join(missing_items)}')
g, t = set_default_triforce(world.goal[player], world.treasure_hunt_count[player],
world.treasure_hunt_total[player])