Skip to content

Commit 482d3be

Browse files
committed
add leaveWithGrappleJump in Everest
1 parent ce47c09 commit 482d3be

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

region/maridia/outer/Mt. Everest.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4338,10 +4338,20 @@
43384338
},
43394339
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
43404340
"devNote": [
4341-
"Other Grapple blocks could be used on the left side, but there's no apparent reason to.",
4342-
"Variants with a `leaveWithGrappleJump` exit condition could also be added, but currently they wouldn't provide any new applications."
4341+
"Other Grapple blocks could be used on the left side, but there's no apparent reason to."
43434342
]
43444343
},
4344+
{
4345+
"link": [9, 5],
4346+
"name": "Leave With Grapple Jump",
4347+
"requires": [],
4348+
"exitCondition": {
4349+
"leaveWithGrappleJump": {
4350+
"position": "any"
4351+
}
4352+
},
4353+
"unlocksDoors": [{"types": ["ammo"], "requires": []}]
4354+
},
43454355
{
43464356
"id": 186,
43474357
"link": [9, 8],

0 commit comments

Comments
 (0)