Room ID: 82
|
Wait to hit one of Mini-Kraid's spikes, then run through. Requires: {
"or": [
"canCarefulJump",
{
"enemyDamage": {
"enemy": "Green Space Pirate (standing)",
"type": "contact",
"hits": 1
}
}
]
}
{
"or": [
"canTrickyJump",
{
"enemyDamage": {
"enemy": "Mini-Kraid",
"type": "spike",
"hits": 1
}
}
]
} |