From 3cb1e9d77b1ca005ccfc770ab8c6a72b4f1c6e36 Mon Sep 17 00:00:00 2001 From: Kara Alexandra Date: Tue, 14 Apr 2026 10:20:53 -0500 Subject: [PATCH] Fix issue with make_custom_pool --- ItemList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ItemList.py b/ItemList.py index d89e724b..7ccead35 100644 --- a/ItemList.py +++ b/ItemList.py @@ -1533,7 +1533,7 @@ def make_customizer_pool(world, player): elif timer == 'ohko': clock_mode = 'ohko' - if goal in ['sanctuary']: + if world.goal[player] in ['sanctuary']: place_item('Sanctuary', 'Triforce') if world.custom_goals[player]['pedgoal'] and 'requirements' in world.custom_goals[player]['pedgoal'] and world.custom_goals[player]['pedgoal']['requirements'][0]['condition'] == 0x00: place_item('Master Sword Pedestal', 'Nothing')