Skip to content

Commit bfa25af

Browse files
authored
Merge pull request #1931 from blkerby/everest-grapple-jump
Add leaveWithGrappleJump in Everest
2 parents ce47c09 + 9e34410 commit bfa25af

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

region/maridia/outer/Main Street.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@
998998
"comeInWithGrappleJump": {
999999
"position": "left"
10001000
},
1001-
"comesThroughToilet": "any"
1001+
"comesThroughToilet": "no"
10021002
},
10031003
"requires": [
10041004
"HiJump",

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)