Merge remote-tracking branch 'origin/OverworldShuffle' into GwaaKiwi

This commit is contained in:
2025-07-22 11:38:24 -05:00
6 changed files with 25 additions and 7 deletions

View File

@@ -1071,7 +1071,7 @@ def create_playthrough(world):
collection_spheres.append(sphere)
logging.getLogger('').debug(world.fish.translate("cli","cli","building.final.spheres"), len(collection_spheres), len(sphere), len(required_locations))
logging.getLogger('').debug(world.fish.translate("cli","cli","building.final.spheres"), len(collection_spheres), len(sphere), len(sphere) + len(required_locations))
if not sphere:
if world.has_beaten_game(state):
required_locations.clear()