ALTTP: Ensure all Hyrule Castle keys are local in Standard (#2582)

This commit is contained in:
Alchav
2023-12-09 13:33:51 -05:00
committed by GitHub
parent a9a6c72d2c
commit f10431779b
2 changed files with 11 additions and 8 deletions

View File

@@ -682,8 +682,6 @@ def get_pool_core(world, player: int):
key_location = world.random.choice(key_locations)
place_item(key_location, "Small Key (Universal)")
pool = pool[:-3]
if world.key_drop_shuffle[player]:
pass # pool.extend([item_to_place] * (len(key_drop_data) - 1))
return (pool, placed_items, precollected_items, clock_mode, treasure_hunt_count, treasure_hunt_icon,
additional_pieces_to_place)