Skip to content
Merged
Show file tree
Hide file tree
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
15 changes: 15 additions & 0 deletions helpers.json
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,21 @@
"This represents sliding off the ledge while gaining a shinecharge, which leaves Samus falling with temporary blue."
]
},
{
"name": "h_underwaterChainTemporaryBlue",
"requires": [
{"tech": "canChainTemporaryBlue"},
"SpeedBooster",
"Morph",
{"or": [
{"disableEquipment": "Gravity"},
{"noFlashSuit": {}}
]}
],
"note": [
"With underwater physics, it is possible to chain temporary blue while carrying a flash suit."
]
},
{
"name": "h_waterGetBlueSpeed",
"requires": [
Expand Down
Loading