Skip to content

Commit 3d2982d

Browse files
committed
feedback update
1 parent 01ff045 commit 3d2982d

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

region/lowernorfair/east/Pillar Room.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,12 +581,18 @@
581581
"unlocksDoors": [
582582
{
583583
"types": ["missiles"],
584-
"requires": [{"heatFrames": 50}, {"acidFrames": 50}]
584+
"requires": [{"heatFrames": 50}]
585585
},
586586
{"types": ["super"], "requires": []},
587587
{
588588
"types": ["powerbomb"],
589-
"requires": [{"heatFrames": 110}, {"acidFrames": 110}]
589+
"requires": [
590+
{"or": [
591+
"SpaceJump",
592+
"canInsaneJump",
593+
{"acidFrames": 15}
594+
]}
595+
]
590596
}
591597
],
592598
"flashSuitChecked": true

0 commit comments

Comments
 (0)