Skip to content

Commit 87383bb

Browse files
authored
Merge pull request #2138 from blkerby/fix-kraid-eye-door-spark
Restrict position of Kraid Eye Door hero shot spark
2 parents 2be9924 + a61aafc commit 87383bb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

region/brinstar/kraid/Kraid Eye Door Room.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,9 @@
326326
{"shinespark": {"frames": 36}}
327327
],
328328
"exitCondition": {
329-
"leaveWithSpark": {}
329+
"leaveWithSpark": {
330+
"position": "top"
331+
}
330332
},
331333
"unlocksDoors": [
332334
{"types": ["super"], "requires": []},

0 commit comments

Comments
 (0)