fix that custom item pool did not have a universal small key in the front part of HC
This commit is contained in:
parent
e91f550cdf
commit
c2393dfa8b
|
@ -816,7 +816,7 @@ def make_custom_item_pool(world, player):
|
||||||
itemtotal = itemtotal + 1
|
itemtotal = itemtotal + 1
|
||||||
|
|
||||||
if mode == 'standard':
|
if mode == 'standard':
|
||||||
if world.keyshuffle == "universal":
|
if world.keyshuffle[player] == "universal":
|
||||||
key_location = world.random.choice(
|
key_location = world.random.choice(
|
||||||
['Secret Passage', 'Hyrule Castle - Boomerang Chest', 'Hyrule Castle - Map Chest',
|
['Secret Passage', 'Hyrule Castle - Boomerang Chest', 'Hyrule Castle - Map Chest',
|
||||||
'Hyrule Castle - Zelda\'s Chest', 'Sewers - Dark Cross'])
|
'Hyrule Castle - Zelda\'s Chest', 'Sewers - Dark Cross'])
|
||||||
|
|
Loading…
Reference in New Issue