Room ID: 41
From: 2
Top Left Door
To: 5
G-Mode Morph Junction (Bottom)
Use a blue suit to pass through the bomb block. Overload PLMs using the scroll PLMs in the shaft, to pass through the crumble block. Entrance condition: {
"comeInWithGMode": {
"mode": "any",
"morphed": true
}
}Requires: {
"haveBlueSuit": {}
}
{
"or": [
"h_artificialMorphSpringBall",
"h_artificialMorphBombThings"
]
}Clears obstacles: A Dev note: Power Bombs do not work as a movement option, because they make the bomb block solid. We don't track direct vs. indirect state here: since PLMs will be overloaded, remote acquiring the item would not be an option anyway. Flashing lights are not a concern because the cameras will be off without Morph, and with Morph there would be no purpose to the G-mode here. |