fix that custom item pool did not have a universal small key in the front part of HC

This commit is contained in:
Fabian Dill 2020-09-20 00:15:41 +02:00
parent e91f550cdf
commit c2393dfa8b
1 changed files with 1 additions and 1 deletions

View File

@ -816,7 +816,7 @@ def make_custom_item_pool(world, player):
itemtotal = itemtotal + 1
if mode == 'standard':
if world.keyshuffle == "universal":
if world.keyshuffle[player] == "universal":
key_location = world.random.choice(
['Secret Passage', 'Hyrule Castle - Boomerang Chest', 'Hyrule Castle - Map Chest',
'Hyrule Castle - Zelda\'s Chest', 'Sewers - Dark Cross'])