Fix issue with make_custom_pool
This commit is contained in:
@@ -1533,7 +1533,7 @@ def make_customizer_pool(world, player):
|
|||||||
elif timer == 'ohko':
|
elif timer == 'ohko':
|
||||||
clock_mode = 'ohko'
|
clock_mode = 'ohko'
|
||||||
|
|
||||||
if goal in ['sanctuary']:
|
if world.goal[player] in ['sanctuary']:
|
||||||
place_item('Sanctuary', 'Triforce')
|
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:
|
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')
|
place_item('Master Sword Pedestal', 'Nothing')
|
||||||
|
|||||||
Reference in New Issue
Block a user