Skip to content

Commit 71d73d6

Browse files
committed
add mid-air morph damage boost option to escape beta PBs
1 parent eba6502 commit 71d73d6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

region/brinstar/red/Beta Power Bomb Room.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,13 @@
522522
"name": "Damage Boost Escape",
523523
"requires": [
524524
{"obstaclesCleared": ["B"]},
525-
"canHorizontalDamageBoost",
525+
{"or": [
526+
{"and": [
527+
"canMidAirMorph",
528+
"canNeutralDamageBoost"
529+
]},
530+
"canHorizontalDamageBoost"
531+
]},
526532
{"thornHits": 1}
527533
]
528534
},

0 commit comments

Comments
 (0)