X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fhelpers%2Flogic.js;h=de4da81cbb039fa99f3852e9abcf7c32014bd732;hb=816690cc4fadff954f4407999550f7feec2884da;hp=522561336342cc2b4ce2e5c36332958e2699db88;hpb=07c9bbbb2c6ddde460f48245699f27eaf66b8ac3;p=alttp.git diff --git a/resources/js/helpers/logic.js b/resources/js/helpers/logic.js index 5225613..de4da81 100644 --- a/resources/js/helpers/logic.js +++ b/resources/js/helpers/logic.js @@ -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)),