From 4f74d80e9369356af5d235dffbf88383778704a0 Mon Sep 17 00:00:00 2001 From: qwint Date: Fri, 15 Mar 2024 16:01:07 -0500 Subject: [PATCH] removed self referential logic (and technically a slash) --- worlds/hk/GodhomeData.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/hk/GodhomeData.py b/worlds/hk/GodhomeData.py index a6b61e7bc23b..fb2f496dc7e8 100644 --- a/worlds/hk/GodhomeData.py +++ b/worlds/hk/GodhomeData.py @@ -35,8 +35,8 @@ def set_godhome_rules(hk_world, hk_set_rule): # MISC 'Warp-Junk_Pit_to_Godhome': lambda state: state.count('GG_Waterways', player) and state.count('GODTUNERUNLOCK', player) and state.count('DREAMNAIL', player), - 'Bench-Godhome_Atrium': lambda state: state.count('GG_Atrium', player) and (state.count('RIGHTCLAW', player) and (state.count('RIGHTDASH', player) or state.count('LEFTCLAW', player) and state.count('RIGHTSUPERDASH', player) or state.count('WINGS', player)) or state.count('LEFTCLAW', player) and state.count('WINGS', player)) or state.count('Bench-Godhome_Atrium', player), - 'Bench-Hall_of_Gods': lambda state: state.count('GG_Workshop', player) and ((state.count('LEFTCLAW', player) or state.count('RIGHTCLAW', player))) or state.count('Bench-Hall_of_Gods/', player), + 'Bench-Godhome_Atrium': lambda state: state.count('GG_Atrium', player) and (state.count('RIGHTCLAW', player) and (state.count('RIGHTDASH', player) or state.count('LEFTCLAW', player) and state.count('RIGHTSUPERDASH', player) or state.count('WINGS', player)) or state.count('LEFTCLAW', player) and state.count('WINGS', player)), + 'Bench-Hall_of_Gods': lambda state: state.count('GG_Workshop', player) and ((state.count('LEFTCLAW', player) or state.count('RIGHTCLAW', player))), "GODTUNERUNLOCK": lambda state: state.count('SIMPLE', player) > 3, # 'WARPSTARTTOBENCH': lambda state: True, # ap always allows warp to start