Skip to content

Commit 6374370

Browse files
authored
Fix ExitCondition on KraidMouth strats (#2760)
1 parent f21a3e3 commit 6374370

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

region/brinstar/kraid/Warehouse Entrance.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,14 +287,20 @@
287287
"link": [1, 3],
288288
"name": "Leave With Controlled Spring Ball Bounce (Super Blocks Broken)",
289289
"requires": [
290+
"canTrickyJump",
290291
{"obstaclesCleared": ["A"]}
291292
],
292293
"exitCondition": {
293-
"leaveSpinning": {
294+
"leaveWithSpringBallBounce": {
294295
"remoteRunway": {
295296
"length": 17,
296297
"openEnd": 1
297298
},
299+
"landingRunway": {
300+
"length": 1,
301+
"openEnd": 1
302+
},
303+
"movementType": "controlled",
298304
"minExtraRunSpeed": "$1.9"
299305
}
300306
},
@@ -306,15 +312,21 @@
306312
"link": [1, 3],
307313
"name": "Leave With Controlled Spring Ball Bounce (Super Blocks Broken, Door Open)",
308314
"requires": [
315+
"canTrickyJump",
309316
{"obstaclesCleared": ["A"]},
310317
{"doorUnlockedAtNode": 1}
311318
],
312319
"exitCondition": {
313-
"leaveSpinning": {
320+
"leaveWithSpringBallBounce": {
314321
"remoteRunway": {
315322
"length": 18,
316323
"openEnd": 1
317324
},
325+
"landingRunway": {
326+
"length": 1,
327+
"openEnd": 1
328+
},
329+
"movementType": "controlled",
318330
"minExtraRunSpeed": "$1.9"
319331
}
320332
},

0 commit comments

Comments
 (0)