Bubble Mountain: Leave With Runway - Frozen Sova

Room ID: 97

Wiki
From: 4
Left Side - Bottom Door
To: 4
Left Side - Bottom Door

Requires:

"h_canFrozenEnemyRunway"
{
  "or": [
    {
      "resetRoom": {
        "nodes": [
          4,
          5
        ],
        "mustStayPut": false
      }
    },
    {
      "and": [
        "h_canBombThings",
        {
          "ammo": {
            "type": "Super",
            "count": 1
          }
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithRunway": {
    "length": 6,
    "openEnd": 1
  }
}