X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fhelpers%2Flogic.js;h=fa989f921c38a3ea5026c58371efb4c5c8348c5d;hb=cce28e8619fe87d4be33f82df9a5ec16b2ad9cf6;hp=59757e2415dd7f3a426b67e45afd22cb21fb46f6;hpb=2703cfd41122e847511851d280124ed21102b897;p=alttp.git diff --git a/resources/js/helpers/logic.js b/resources/js/helpers/logic.js index 59757e2..fa989f9 100644 --- a/resources/js/helpers/logic.js +++ b/resources/js/helpers/logic.js @@ -262,14 +262,11 @@ const westLightWorld = eastLightWorld; const southLightWorld = eastLightWorld; const eastDarkWorld = when(isInverted, - or(canFly, canSwim, hasHammer, and(hasMoonpearl, eastLightWorld)), - and( - hasMoonpearl, - or( - agaDead, - canHeavyLift, - and(canLift, hasHammer), - ), + or(canFly, canSwim, hasHammer, and(hasMirror, eastLightWorld)), + or( + agaDead, + and(hasMoonpearl, canHeavyLift), + and(hasMoonpearl, canLift, hasHammer), ), );