Skip to content

Commit a8fca80

Browse files
committed
add missing reqs in Climb Supers
1 parent ba54c4c commit a8fca80

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

region/crateria/central/Climb Supers Room.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,10 @@
351351
"name": "Base",
352352
"requires": [
353353
{"or": [
354-
"Grapple",
354+
{"and": [
355+
"Grapple",
356+
"h_midAirShootUp"
357+
]},
355358
"SpaceJump"
356359
]}
357360
],
@@ -1535,7 +1538,10 @@
15351538
"name": "Base",
15361539
"requires": [
15371540
{"or": [
1538-
"Grapple",
1541+
{"and": [
1542+
"Grapple",
1543+
"h_midAirShootUp"
1544+
]},
15391545
"SpaceJump"
15401546
]}
15411547
],

0 commit comments

Comments
 (0)