From 27f132d4cddf79271f5f157abd4d1cd6a888fdcb Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Tue, 16 Jul 2024 23:04:55 -0400 Subject: [PATCH] Remove redundant rule --- worlds/tunic/er_rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/tunic/er_rules.py b/worlds/tunic/er_rules.py index caab19e5d1..c6f8e68918 100644 --- a/worlds/tunic/er_rules.py +++ b/worlds/tunic/er_rules.py @@ -1570,7 +1570,7 @@ def set_er_location_rules(world: "TunicWorld") -> None: set_rule(multiworld.get_location("Fortress Arena - Siege Engine/Vault Key Pickup", player), lambda state: has_sword(state, player)) set_rule(multiworld.get_location("Librarian - Hexagon Green", player), - lambda state: has_sword(state, player) and has_ladder("Ladders in Library", state, world) + lambda state: has_sword(state, player) and has_ladder("Ladders in Library", state, world)) set_rule(multiworld.get_location("Rooted Ziggurat Lower - Hexagon Blue", player), lambda state: has_sword(state, player))