Room ID: 174
From: 1
Top Left Door
To: 1
Top Left Door
Follow the crab from the bottom right door to the top left door. This takes approximately 90 seconds. It is also possible to knock the crab off of the middle peak with a super and follow it to the left which may save time. Requires: "h_canFrozenEnemyRunway" "Gravity" "canBePatient" { "or": [ "SpaceJump", { "and": [ { "ammo": { "type": "Super", "count": 1 } }, { "or": [ "HiJump", "canSpringBallJumpMidAir", "canGravityJump", "canConsecutiveWalljump", "SpeedBooster" ] } ] } ] } Exit condition: { "leaveWithRunway": { "length": 4, "openEnd": 0 } } |