X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=resources%2Fjs%2Fhelpers%2Flogic.js;fp=resources%2Fjs%2Fhelpers%2Flogic.js;h=fa989f921c38a3ea5026c58371efb4c5c8348c5d;hb=1f91cd54bca46f686aaed871c9a7a7d000179ee0;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), ), );