From c2393dfa8b5987df7e8c5e79e8e2a63c40452837 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 20 Sep 2020 00:15:41 +0200 Subject: [PATCH] fix that custom item pool did not have a universal small key in the front part of HC --- ItemPool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ItemPool.py b/ItemPool.py index 0c3bdbdd..0d0a1531 100644 --- a/ItemPool.py +++ b/ItemPool.py @@ -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'])