]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/helpers/logic.js
base logic test cases
[alttp.git] / resources / js / helpers / logic.js
index 522561336342cc2b4ce2e5c36332958e2699db88..de4da81cbb039fa99f3852e9abcf7c32014bd732 100644 (file)
@@ -262,7 +262,7 @@ const westLightWorld = eastLightWorld;
 const southLightWorld = eastLightWorld;
 
 const eastDarkWorld = when(isInverted,
-       or(canFly, canSwim, hasHammer, and(hasMoonpearl, eastLightWorld)),
+       or(canFly, canSwim, hasHammer, and(hasMirror, eastLightWorld)),
        and(
                hasMoonpearl,
                or(
@@ -707,7 +707,7 @@ Logic.open = {
        brewery: fromBool(and(westDarkWorld, canBomb, hasMoonpearl)),
        'bumper-cave': fromBool(and(westDarkWorld, hasMoonpearl, canLift, hasCape)),
        'c-house': fromBool(and(westDarkWorld, hasMoonpearl)),
-       catfish: fromBool(and(eastDarkWorld, hasMoonpearl)),
+       catfish: fromBool(and(eastDarkWorld, hasMoonpearl, canLift)),
        'cave-45': fromBool(and(southDarkWorld, hasMirror)),
        checkerboard: fromBool(and(mireArea, hasMirror)),
        'chest-game': fromBool(and(westDarkWorld, hasMoonpearl)),