Attic: G-Mode Regain Mobility

Room ID: 160

Wiki
From: 3
Right Door
To: 3
Right Door

Use a Covern or Kihunter. A flying Kihunter will collide with Samus eventually, which could take up to 30 seconds, based on her positioning.

Requires:

{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Kihunter (yellow)",
        "type": "contact",
        "hits": 1
      }
    },
    {
      "and": [
        {
          "enemyDamage": {
            "enemy": "Covern",
            "type": "contact",
            "hits": 1
          }
        },
        {
          "not": "f_DefeatedPhantoon"
        },
        "canRiskPermanentLossOfAccess"
      ]
    }
  ]
}