Skip to content

Commit ffcffb8

Browse files
Apply suggestions from code review
Co-authored-by: kjbranch <61815121+kjbranch@users.noreply.github.com>
1 parent 13caea0 commit ffcffb8

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

region/brinstar/blue/Blue Brinstar Energy Tank Room.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -717,12 +717,18 @@
717717
"link": [1, 3],
718718
"name": "Ceiling Item Shinespark",
719719
"requires": [
720-
{"canShineCharge": {"usedTiles": 42, "openEnd": 0}},
720+
{"or": [
721+
{"canShineCharge": {"usedTiles": 31, "openEnd": 0}},
722+
{"and": [
723+
{"obstaclesCleared": ["C"]},
724+
{"canShineCharge": {"usedTiles": 42, "openEnd": 0}}
725+
]}
726+
]},
721727
{"or": [
722-
{"shinespark": {"frames": 8, "excessFrames": 1}},
728+
{"shinespark": {"frames": 10, "excessFrames": 2}},
723729
{"and": [
724730
"canMidairShinespark",
725-
{"shinespark": {"frames": 1, "excessFrames": 3}}
731+
{"shinespark": {"frames": 3, "excessFrames": 2}}
726732
]}
727733
]}
728734
],

0 commit comments

Comments
 (0)