mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-27 15:09:54 -07:00
Fix merge conflict
This commit is contained in:
@@ -302,8 +302,7 @@ def set_location_rules(world: "TunicWorld") -> None:
|
|||||||
# Swamp
|
# Swamp
|
||||||
set_rule(multiworld.get_location("Cathedral Gauntlet - Gauntlet Reward", player),
|
set_rule(multiworld.get_location("Cathedral Gauntlet - Gauntlet Reward", player),
|
||||||
lambda state: (state.has(fire_wand, player) and has_sword(state, player))
|
lambda state: (state.has(fire_wand, player) and has_sword(state, player))
|
||||||
and (state.has(laurels, player)
|
and (state.has(laurels, player) or has_ice_grapple_logic(False, state, world)))
|
||||||
or has_ice_grapple_logic(False, state, player, options, ability_unlocks)))
|
|
||||||
set_rule(multiworld.get_location("Swamp - [Entrance] Above Entryway", player),
|
set_rule(multiworld.get_location("Swamp - [Entrance] Above Entryway", player),
|
||||||
lambda state: state.has(laurels, player))
|
lambda state: state.has(laurels, player))
|
||||||
set_rule(multiworld.get_location("Swamp - [South Graveyard] Upper Walkway Dash Chest", player),
|
set_rule(multiworld.get_location("Swamp - [South Graveyard] Upper Walkway Dash Chest", player),
|
||||||
|
|||||||
Reference in New Issue
Block a user