Skip to content

Commit

Permalink
i love the dumb ice grapples
Browse files Browse the repository at this point in the history
  • Loading branch information
ScipioWright committed Dec 14, 2024
1 parent e0b78d7 commit 53e6b0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worlds/tunic/er_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,8 @@ def set_er_region_rules(world: "TunicWorld", regions: Dict[str, Region], portal_

regions["Forest Belltower Main behind bushes"].connect(
connecting_region=regions["Forest Belltower Main"],
rule=lambda state: can_get_past_bushes(state, world))
rule=lambda state: can_get_past_bushes(state, world)
or has_ice_grapple_logic(False, IceGrappling.option_easy, state, world))
# you can use the slimes to break the bushes
regions["Forest Belltower Main"].connect(
connecting_region=regions["Forest Belltower Main behind bushes"])
Expand Down

0 comments on commit 53e6b0c

Please sign in to comment.