]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/helpers/logic.js
fix catfish logic
[alttp.git] / resources / js / helpers / logic.js
index 522561336342cc2b4ce2e5c36332958e2699db88..59757e2415dd7f3a426b67e45afd22cb21fb46f6 100644 (file)
@@ -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)),