]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/helpers/logic.js
vertical map layout
[alttp.git] / resources / js / helpers / logic.js
index 59757e2415dd7f3a426b67e45afd22cb21fb46f6..fa989f921c38a3ea5026c58371efb4c5c8348c5d 100644 (file)
@@ -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),
        ),
 );