From f78be22a16b4c1151fa99c6d8bbaf98b43bcc4b6 Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Fri, 14 Jun 2024 11:03:42 -0400 Subject: [PATCH] Fix rule --- worlds/tunic/er_rules.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/worlds/tunic/er_rules.py b/worlds/tunic/er_rules.py index 3e973f5f5a..86e70f2c92 100644 --- a/worlds/tunic/er_rules.py +++ b/worlds/tunic/er_rules.py @@ -740,8 +740,7 @@ def set_er_region_rules(world: "TunicWorld", regions: Dict[str, Region], portal_ or has_ice_grapple_logic(False, IceGrappling.option_medium, state, world)) regions["Eastern Vault Fortress Gold Door"].connect( connecting_region=regions["Eastern Vault Fortress"], - rule=lambda state: has_ice_grapple_logic(True, state, world) - or has_ice_grapple_logic(False, IceGrappling.option_easy, state, world)) + rule=lambda state: has_ice_grapple_logic(False, IceGrappling.option_easy, state, world)) regions["Fortress Grave Path"].connect( connecting_region=regions["Fortress Grave Path Dusty Entrance Region"],