Skip to content

Commit

Permalink
Actually that should be medium
Browse files Browse the repository at this point in the history
  • Loading branch information
ScipioWright authored Aug 12, 2024
1 parent 36704cb commit 214a2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/tunic/er_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def set_er_region_rules(world: "TunicWorld", regions: Dict[str, Region], portal_
regions["Upper Overworld"].connect(
connecting_region=regions["Overworld after Temple Rafters"],
rule=lambda state: has_ladder("Ladder near Temple Rafters", state, world)
or has_ice_grapple_logic(True, IceGrappling.option_hard, state, world))
or has_ice_grapple_logic(True, IceGrappling.option_medium, state, world))
regions["Overworld after Temple Rafters"].connect(
connecting_region=regions["Upper Overworld"],
rule=lambda state: has_ladder("Ladder near Temple Rafters", state, world)
Expand Down

0 comments on commit 214a2b7

Please sign in to comment.