The Jail: Carry G-Mode Morph Back Up

Room ID: 147

Wiki
From: 2
Top Door
To: 2
Top Door

It is possible to get back up with Spring Ball alone with a foosball off of the crumble block.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "direct",
    "morphed": true
  },
  "comesThroughToilet": "any"
}

Requires:

{
  "or": [
    "h_artificialMorphIBJ",
    "h_artificialMorphSpringBallBombJump",
    {
      "and": [
        "HiJump",
        "h_artificialMorphSpringBall"
      ]
    },
    {
      "and": [
        "canTrickyJump",
        "h_artificialMorphSpringBall"
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithGMode": {
    "morphed": true
  }
}

Dev note: This is one of the easier foosballs because it is free to retry, because there is no heat damage in G-Mode.