Skip to content

Commit 3391840

Browse files
committed
feedback update
1 parent c41eb9e commit 3391840

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,16 +199,16 @@
199199
},
200200
{
201201
"link": [1, 1],
202-
"name": "Prepared Entry",
202+
"name": "Prepared Entry, Land on Crumble Blocks",
203203
"entranceCondition": {
204204
"comeInNormally": {}
205205
},
206206
"requires": [
207207
{"or": [
208208
"canCrumbleJump",
209209
{"and": [
210-
"h_canUseSpringBall",
211-
"canCarefulJump"
210+
"canPrepareForNextRoom",
211+
"h_canUseSpringBall"
212212
]}
213213
]},
214214
{"doorUnlockedAtNode": 1}
@@ -230,7 +230,7 @@
230230
{
231231
"id": 53,
232232
"link": [1, 1],
233-
"name": "Prepared Entry, Spinning",
233+
"name": "Prepared Entry, Avoid Crumble Blocks",
234234
"entranceCondition": {
235235
"comeInNormally": {}
236236
},
@@ -271,7 +271,10 @@
271271
"requires": [
272272
{"or": [
273273
"canCrumbleJump",
274-
"h_canUseSpringBall"
274+
{"and": [
275+
"canPrepareForNextRoom",
276+
"h_canUseSpringBall"
277+
]}
275278
]},
276279
{"doorUnlockedAtNode": 1}
277280
],

0 commit comments

Comments
 (0)