Skip to content

Commit 8314dd4

Browse files
authored
Move bottom door CF to the bottom of the shaft.
1 parent 079b357 commit 8314dd4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

region/brinstar/pink/Dachora Room.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,7 @@
723723
"comeInWithRMode": {}
724724
},
725725
"requires": [
726+
{"or": [ "h_CrystalFlash", "free" ]},
726727
"h_shinechargeMaxRunway",
727728
{"or": [
728729
{"and": [
@@ -745,7 +746,7 @@
745746
{"shinespark": {"frames": 110, "excessFrames": 3}}
746747
]},
747748
{"or": [
748-
"h_CrystalFlash",
749+
{"resourceAvailable": {"type": "ReserveEnergy", "count": 1}},
749750
{"and": [
750751
"h_RModeCanRefillReserves",
751752
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
@@ -1471,4 +1472,4 @@
14711472
],
14721473
"nextStratId": 68,
14731474
"nextNotableId": 5
1474-
}
1475+
}

0 commit comments

Comments
 (0)