Skip to content

Commit c41eb9e

Browse files
committed
feedback update
1 parent 5833e12 commit c41eb9e

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

region/lowernorfair/east/Fast Pillars Setup Room.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,7 +1664,7 @@
16641664
"requires": [
16651665
"canPrepareForNextRoom",
16661666
"canInsaneJump",
1667-
{"heatFrames": 80},
1667+
{"heatFrames": 55},
16681668
{"doorUnlockedAtNode": 4}
16691669
],
16701670
"unlocksDoors": [
@@ -1680,7 +1680,7 @@
16801680
},
16811681
"requires": [
16821682
"canPrepareForNextRoom",
1683-
{"heatFrames": 80},
1683+
{"heatFrames": 55},
16841684
{"doorUnlockedAtNode": 4}
16851685
],
16861686
"unlocksDoors": [

region/norfair/west/Ice Beam Gate Room.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,12 @@
204204
"comeInNormally": {}
205205
},
206206
"requires": [
207-
"canPrepareForNextRoom",
208207
{"or": [
209208
"canCrumbleJump",
210-
"h_canUseSpringBall"
209+
{"and": [
210+
"h_canUseSpringBall",
211+
"canCarefulJump"
212+
]}
211213
]},
212214
{"doorUnlockedAtNode": 1}
213215
],
@@ -267,7 +269,6 @@
267269
}
268270
},
269271
"requires": [
270-
"canPrepareForNextRoom",
271272
{"or": [
272273
"canCrumbleJump",
273274
"h_canUseSpringBall"

0 commit comments

Comments
 (0)