Skip to content

Commit

Permalink
TUNIC: You can grapple down here without the ladder, neat (#3019)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScipioWright committed Mar 26, 2024
1 parent bf38568 commit ea47b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/tunic/er_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,8 @@ def set_er_region_rules(world: "TunicWorld", ability_unlocks: Dict[str, int], re
regions["Library Exterior Ladder Region"].connect(
connecting_region=regions["Library Exterior Tree Region"],
rule=lambda state: has_ability(state, player, prayer, options, ability_unlocks)
and state.has_any({grapple, laurels}, player)
and has_ladder("Ladders in Library", state, player, options))
and (state.has(grapple, player) or (state.has(laurels, player)
and has_ladder("Ladders in Library", state, player, options))))

regions["Library Hall Bookshelf"].connect(
connecting_region=regions["Library Hall"],
Expand Down

0 comments on commit ea47b90

Please sign in to comment.