Skip to content

Commit 9b3549b

Browse files
authored
Precious gravity jump
1 parent c713a4a commit 9b3549b

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

region/maridia/inner-pink/The Precious Room.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
"requires": [
102102
"Gravity",
103103
{"or": [
104-
"canGravityJump",
105104
"h_canFly",
106105
"canSpringBallJumpMidAir",
107106
"HiJump"
@@ -110,7 +109,14 @@
110109
},
111110
{
112111
"link": [2, 1],
113-
"name": "Precious Room Delayed Walljump",
112+
"name": "Gravity Jump",
113+
"requires": [
114+
"canGravityJump"
115+
]
116+
},
117+
{
118+
"link": [2, 1],
119+
"name": "Delayed Wall Jump",
114120
"requires": [
115121
"Gravity",
116122
"canDelayedWalljump"
@@ -385,4 +391,4 @@
385391
]
386392
}
387393
]
388-
}
394+
}

0 commit comments

Comments
 (0)