Skip to content

Commit 5dc858f

Browse files
authored
Add hit on entry
1 parent a642ffb commit 5dc858f

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

region/brinstar/pink/Pink Brinstar Wave Gate Room.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,16 @@
190190
"entranceCondition": {
191191
"comeInWithRMode": {}
192192
},
193-
"requires": [],
193+
"requires": [
194+
{"enemyDamage": {"enemy": "Sm. Sidehopper", "type": "contact", "hits": 1}}
195+
],
194196
"flashSuitChecked": true,
195197
"blueSuitChecked": true,
196-
"clearsObstacles": ["R-Mode"]
198+
"clearsObstacles": ["R-Mode"],
199+
"devNote": [
200+
"FIXME: It is possible to avoid a forced Small Sidehopper hit by buffering an aim down as you release X-Ray.",
201+
"Evading further hits from that position would require more logic."
202+
]
197203
},
198204
{
199205
"link": [1, 1],

0 commit comments

Comments
 (0)