Skip to content

Commit

Permalink
Update area.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
spinerak authored Aug 23, 2022
1 parent b41d078 commit c755d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/area.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ end
function west_ridge_present()
return (has("feather") or has("ages")) and
((has("hook1") and has("currents")) or --From start
(lynna() and has("mermaidsuit") and has("currents") and max_jump() >= 2))
(lynna() and has("mermaidsuit") and has("currents") and has("feather")))
end

function west_ridge_past()
Expand Down Expand Up @@ -342,4 +342,4 @@ function d8clear_hard()
has("hook1") and has("shooter") and
has("emberseeds") and has("scentseeds") and
has("powerglove") and has("feather") and has("sword1")
end
end

0 comments on commit c755d97

Please sign in to comment.