Skip to content

Commit b3256c3

Browse files
committed
Scisers drop power bombs, not missiles
1 parent 5f02475 commit b3256c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

region/crateria/east/Crab Maze.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"h_CrystalFlash",
328328
{"and": [
329329
"h_RModeCanRefillReserves",
330-
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
330+
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]},
331331
{"partialRefill": {"type": "ReserveEnergy", "limit": 100}}
332332
]}
333333
]},
@@ -555,7 +555,7 @@
555555
"h_CrystalFlash",
556556
{"and": [
557557
"h_RModeCanRefillReserves",
558-
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
558+
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]},
559559
{"partialRefill": {"type": "ReserveEnergy", "limit": 100}}
560560
]}
561561
]},

0 commit comments

Comments
 (0)