Skip to content

Commit c530272

Browse files
authored
Merge pull request #2070 from blkerby/beta-pb-morph-damage-boost
Add mid-air morph damage boost option to escape beta PBs
2 parents a7d814e + 04b2e16 commit c530272

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,11 @@
522522
"name": "Damage Boost Escape",
523523
"requires": [
524524
{"obstaclesCleared": ["B"]},
525-
"canHorizontalDamageBoost",
525+
"canNeutralDamageBoost",
526+
{"or": [
527+
"canMidAirMorph",
528+
"canCarefulJump"
529+
]},
526530
{"thornHits": 1}
527531
]
528532
},

0 commit comments

Comments
 (0)