diff --git a/helpers.json b/helpers.json index 5aa22b392f..ac3f4d7127 100644 --- a/helpers.json +++ b/helpers.json @@ -757,6 +757,24 @@ "canDownGrab" ] }, + { + "name": "h_complexToCarryFlashSuit", + "requires": [ + {"or": [ + {"noFlashSuit": {}}, + "canComplexCarryFlashSuit" + ]} + ] + }, + { + "name": "h_trickyToCarryFlashSuit", + "requires": [ + {"or": [ + {"noFlashSuit": {}}, + "canTrickyCarryFlashSuit" + ]} + ] + }, { "name": "h_PlasmaHitbox", "requires": [ diff --git a/region/brinstar/blue/Blue Brinstar Boulder Room.json b/region/brinstar/blue/Blue Brinstar Boulder Room.json index b305f99f25..e064690b1b 100644 --- a/region/brinstar/blue/Blue Brinstar Boulder Room.json +++ b/region/brinstar/blue/Blue Brinstar Boulder Room.json @@ -873,11 +873,7 @@ "name": "Bomb Boost Water Escape Into IBJ", "requires": [ "canBombJumpWaterEscape", - "canJumpIntoIBJ", - {"or": [ - "canTrickyCarryFlashSuit", - {"noFlashSuit": {}} - ]} + "canJumpIntoIBJ" ], "flashSuitChecked": true, "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.", diff --git a/region/maridia/outer/Crab Hole.json b/region/maridia/outer/Crab Hole.json index 7621a28088..167774b966 100644 --- a/region/maridia/outer/Crab Hole.json +++ b/region/maridia/outer/Crab Hole.json @@ -1391,10 +1391,7 @@ "HiJump", "Gravity" ]}, - {"or": [ - {"noFlashSuit": {}}, - "canTrickyCarryFlashSuit" - ]} + "h_trickyToCarryFlashSuit" ]} ]} ],