TUNIC: Remove rule for west Quarry bomb wall (#3481)

* Update west quarry bomb wall rule

* Update west quarry bomb wall rule
This commit is contained in:
Scipio Wright
2024-06-06 16:56:35 -04:00
committed by GitHub
parent 6bb1cce43f
commit 31419c84a4
2 changed files with 0 additions and 4 deletions

View File

@@ -1462,8 +1462,6 @@ def set_er_location_rules(world: "TunicWorld", ability_unlocks: Dict[str, int])
# Quarry
set_rule(multiworld.get_location("Quarry - [Central] Above Ladder Dash Chest", player),
lambda state: state.has(laurels, player))
set_rule(multiworld.get_location("Quarry - [West] Upper Area Bombable Wall", player),
lambda state: has_mask(state, player, options))
# Ziggurat
set_rule(multiworld.get_location("Rooted Ziggurat Upper - Near Bridge Switch", player),