Skip to content

Commit 2e7a87f

Browse files
authored
Merge pull request #2660 from blkerby/east-norfair-bluesuit-14
Single Chamber blue suit logic
2 parents de5d382 + 72d6273 commit 2e7a87f

4 files changed

Lines changed: 665 additions & 220 deletions

File tree

helpers.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,6 +1156,21 @@
11561156
"canDownGrab"
11571157
]
11581158
},
1159+
{
1160+
"name": "h_heatedCrouchJumpDownGrab",
1161+
"requires": [
1162+
"h_crouchJumpDownGrab",
1163+
{"or": [
1164+
{"noBlueSuit": {}},
1165+
"canXRayCancelShinecharge",
1166+
{"and": [
1167+
"canMidAirMorph",
1168+
{"heatFrames": 30}
1169+
]},
1170+
{"heatFrames": 185}
1171+
]}
1172+
]
1173+
},
11591174
{
11601175
"name": "h_underwaterCrouchJump",
11611176
"requires": [

0 commit comments

Comments
 (0)