Room ID: 175
|
If the top door is blue, it will open immediately after the teleport, not allowing Samus to swing directly onto the platform. Entrance condition: {
"comeInWithGrappleTeleport": {
"blockPositions": [
[
7,
2
]
]
}
}Requires: {
"or": [
"canUseFrozenEnemies",
"HiJump",
"canSpringBallJumpMidAir"
]
}Dev note: FIXME: Add a variation with canRiskPermanentLossOfAccess if the door is not blue. |