Room ID: 151
From: 1
Bottom Left Door
To: 5
Junction Above Bottom Blocks
Bomb the blocks before exiting G-mode and jumping through. Entrance condition: {
"comeInWithGMode": {
"mode": "any",
"morphed": true
}
}Requires: "h_heatedGMode"
{
"or": [
"h_artificialMorphPowerBomb",
{
"and": [
"h_artificialMorphBombs",
"h_artificialMorphMovement"
]
}
]
}
{
"heatFrames": 80
}Clears obstacles: B, C Dev note: FIXME: If Bombs are available (vs. Power Bombs), it's not necessary to break all the bottom blocks. |