Skip to content

Commit e99450b

Browse files
authored
Merge pull request #2262 from blkerby/more-flash-suit-helpers
A couple more helpers for flash suits
2 parents e47a5b6 + 97c0cff commit e99450b

3 files changed

Lines changed: 20 additions & 9 deletions

File tree

helpers.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,24 @@
757757
"canDownGrab"
758758
]
759759
},
760+
{
761+
"name": "h_complexToCarryFlashSuit",
762+
"requires": [
763+
{"or": [
764+
{"noFlashSuit": {}},
765+
"canComplexCarryFlashSuit"
766+
]}
767+
]
768+
},
769+
{
770+
"name": "h_trickyToCarryFlashSuit",
771+
"requires": [
772+
{"or": [
773+
{"noFlashSuit": {}},
774+
"canTrickyCarryFlashSuit"
775+
]}
776+
]
777+
},
760778
{
761779
"name": "h_PlasmaHitbox",
762780
"requires": [

region/brinstar/blue/Blue Brinstar Boulder Room.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -873,11 +873,7 @@
873873
"name": "Bomb Boost Water Escape Into IBJ",
874874
"requires": [
875875
"canBombJumpWaterEscape",
876-
"canJumpIntoIBJ",
877-
{"or": [
878-
"canTrickyCarryFlashSuit",
879-
{"noFlashSuit": {}}
880-
]}
876+
"canJumpIntoIBJ"
881877
],
882878
"flashSuitChecked": true,
883879
"note": "When the water is high, jump and place a Bomb on the descent just above the water, then very quickly crouch jump to hit the Bomb and IBJ.",

region/maridia/outer/Crab Hole.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,10 +1391,7 @@
13911391
"HiJump",
13921392
"Gravity"
13931393
]},
1394-
{"or": [
1395-
{"noFlashSuit": {}},
1396-
"canTrickyCarryFlashSuit"
1397-
]}
1394+
"h_trickyToCarryFlashSuit"
13981395
]}
13991396
]}
14001397
],

0 commit comments

Comments
 (0)