Skip to content

Commit 9701725

Browse files
committed
Raise requirements on M4 evade
1 parent d96087d commit 9701725

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

helpers.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,10 +1142,6 @@
11421142
{"disableEquipment": "Gravity"},
11431143
"canMidAirMorph"
11441144
]},
1145-
{"and": [
1146-
"Gravity",
1147-
"h_useMorphBombs"
1148-
]},
11491145
"h_useSpringBall"
11501146
]}
11511147
]},
@@ -1154,7 +1150,8 @@
11541150
"canInsaneMidAirMorph"
11551151
]}
11561152
]}
1157-
]
1153+
],
1154+
"devNote": "Methods requiring Gravity would use Gravity+h_gateGlitch."
11581155
},
11591156
{
11601157
"name": "h_blueGateGlitch",

region/tourian/main/Metroid Room 4.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -529,17 +529,14 @@
529529
"link": [2, 1],
530530
"name": "Easy Evade",
531531
"requires": [
532+
"canDodgeWhileShooting",
532533
{"or": [
533534
"Ice",
534-
{"and": [
535-
"ScrewAttack",
536-
"canDodgeWhileShooting"
537-
]}
535+
"ScrewAttack"
538536
]},
539537
{"or": [
540538
"canTrickyJump",
541-
"Morph",
542-
{"enemyDamage": {"enemy": "Rinka", "type": "contact", "hits": 2}}
539+
{"enemyDamage": {"enemy": "Rinka", "type": "contact", "hits": 1}}
543540
]}
544541
],
545542
"flashSuitChecked": true,

0 commit comments

Comments
 (0)