Skip to content

Commit b33a477

Browse files
ScipioWrightqwint
authored andcommitted
TUNIC: Remove rule for west Quarry bomb wall (ArchipelagoMW#3481)
* Update west quarry bomb wall rule * Update west quarry bomb wall rule
1 parent 8f0b76c commit b33a477

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

worlds/tunic/er_rules.py

-2
Original file line numberDiff line numberDiff line change
@@ -1462,8 +1462,6 @@ def set_er_location_rules(world: "TunicWorld", ability_unlocks: Dict[str, int])
14621462
# Quarry
14631463
set_rule(multiworld.get_location("Quarry - [Central] Above Ladder Dash Chest", player),
14641464
lambda state: state.has(laurels, player))
1465-
set_rule(multiworld.get_location("Quarry - [West] Upper Area Bombable Wall", player),
1466-
lambda state: has_mask(state, player, options))
14671465

14681466
# Ziggurat
14691467
set_rule(multiworld.get_location("Rooted Ziggurat Upper - Near Bridge Switch", player),

worlds/tunic/rules.py

-2
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,6 @@ def set_location_rules(world: "TunicWorld", ability_unlocks: Dict[str, int]) ->
304304
# Quarry
305305
set_rule(multiworld.get_location("Quarry - [Central] Above Ladder Dash Chest", player),
306306
lambda state: state.has(laurels, player))
307-
set_rule(multiworld.get_location("Quarry - [West] Upper Area Bombable Wall", player),
308-
lambda state: has_mask(state, player, options))
309307
# nmg - kill boss scav with orb + firecracker, or similar
310308
set_rule(multiworld.get_location("Rooted Ziggurat Lower - Hexagon Blue", player),
311309
lambda state: has_sword(state, player) or (state.has(grapple, player) and options.logic_rules))

0 commit comments

Comments
 (0)