X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fhelpers%2Flogic.js;h=fa989f921c38a3ea5026c58371efb4c5c8348c5d;hb=103371b7fdc3b11e1a937d46474819ab0a5425fb;hp=de4da81cbb039fa99f3852e9abcf7c32014bd732;hpb=816690cc4fadff954f4407999550f7feec2884da;p=alttp.git diff --git a/resources/js/helpers/logic.js b/resources/js/helpers/logic.js index de4da81..fa989f9 100644 --- a/resources/js/helpers/logic.js +++ b/resources/js/helpers/logic.js @@ -263,13 +263,10 @@ const southLightWorld = eastLightWorld; const eastDarkWorld = when(isInverted, or(canFly, canSwim, hasHammer, and(hasMirror, eastLightWorld)), - and( - hasMoonpearl, - or( - agaDead, - canHeavyLift, - and(canLift, hasHammer), - ), + or( + agaDead, + and(hasMoonpearl, canHeavyLift), + and(hasMoonpearl, canLift, hasHammer), ), );