Skip to content

Commit ea47b90

Browse files
authored
TUNIC: You can grapple down here without the ladder, neat (ArchipelagoMW#3019)
1 parent bf38568 commit ea47b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

worlds/tunic/er_rules.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,8 @@ def set_er_region_rules(world: "TunicWorld", ability_unlocks: Dict[str, int], re
602602
regions["Library Exterior Ladder Region"].connect(
603603
connecting_region=regions["Library Exterior Tree Region"],
604604
rule=lambda state: has_ability(state, player, prayer, options, ability_unlocks)
605-
and state.has_any({grapple, laurels}, player)
606-
and has_ladder("Ladders in Library", state, player, options))
605+
and (state.has(grapple, player) or (state.has(laurels, player)
606+
and has_ladder("Ladders in Library", state, player, options))))
607607

608608
regions["Library Hall Bookshelf"].connect(
609609
connecting_region=regions["Library Hall"],

0 commit comments

Comments
 (0)