Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion region/brinstar/red/Beta Power Bomb Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,13 @@
"name": "Damage Boost Escape",
"requires": [
{"obstaclesCleared": ["B"]},
"canHorizontalDamageBoost",
{"or": [
{"and": [
"canMidAirMorph",
"canNeutralDamageBoost"
]},
"canHorizontalDamageBoost"
Copy link
Copy Markdown
Contributor

@kjbranch kjbranch May 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To me, it feels a lot easier to just land on the safe ledge than get the horizontal boost

Edit: Oh, guess I never submitted this comment, but it was already addressed anyway

]},
{"thornHits": 1}
]
},
Expand Down