mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-30 06:33:21 -07:00
Remove a few easy ones
This commit is contained in:
@@ -1418,10 +1418,6 @@ def set_er_location_rules(world: "TunicWorld") -> None:
|
||||
|
||||
# todo: come back add add dagger to checks that can be reasonably done with dagger
|
||||
if world.options.combat_logic == CombatLogic.option_on:
|
||||
set_rule(multiworld.get_location("Overworld - [East] Between Ladders Near Ruined Passage", player),
|
||||
lambda state: has_combat_reqs("Overworld", state, player))
|
||||
add_rule(multiworld.get_location("Overworld - [East] Chest Near Pots", player),
|
||||
lambda state: has_combat_reqs("Overworld", state, player))
|
||||
add_rule(multiworld.get_location("Overworld - [Northeast] Flowers Holy Cross", player),
|
||||
lambda state: has_combat_reqs("Garden Knight", state, player))
|
||||
add_rule(multiworld.get_location("Overworld - [Northwest] Chest Near Quarry Gate", player),
|
||||
|
||||
Reference in New Issue
Block a user