Room ID: 180
|
If entering the room through the same door, stay on the ground (do not jump) to maintain the camera scroll, preventing the Menu from being lured up. Alternatively, kill or tank the Menu. Requires: {
"or": [
"canCameraManip",
{
"enemyDamage": {
"enemy": "Menu",
"type": "contact",
"hits": 1
}
}
]
}Exit condition: {
"leaveWithRunway": {
"length": 6,
"openEnd": 1
}
} |