Early Supers Room: Leave With Runway - Frozen Zeb

Room ID: 45

Wiki
From: 1
Left Door
To: 1
Left Door

Use a Frozen Zeb to extend the runway. The bug's height when standing next to the pipe is optimal.

Requires:

"h_canFrozenEnemyRunway"
{
  "or": [
    "Morph",
    "canTwoTileSqueeze",
    {
      "enemyDamage": {
        "enemy": "Zeb",
        "hits": 1,
        "type": "contact"
      }
    }
  ]
}

Exit condition:

{
  "leaveWithRunway": {
    "length": 3,
    "openEnd": 0
  }
}