Room ID: 183
|
Entrance condition: {
"comeInWithGMode": {
"mode": "any",
"morphed": true
},
"comesThroughToilet": "any"
}Requires: {
"or": [
"h_artificialMorphPowerBomb",
{
"and": [
"h_artificialMorphBombs",
{
"or": [
"Gravity",
"h_artificialMorphSpringBall"
]
}
]
}
]
}Dev note: FIXME: This is doable with just Bombs and entering on the left side. |