Skip to content

Commit 94339b8

Browse files
authored
Merge pull request #2435 from blkerby/fix-swiss-cheese-runway
Fix runways in Maridia Swiss Cheese Room
2 parents 322aba0 + 74c8e3a commit 94339b8

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

region/maridia/inner-yellow/Maridia Swiss Cheese Room.json

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,24 @@
116116
"id": 1,
117117
"link": [1, 1],
118118
"name": "Leave with Runway",
119-
"requires": [],
119+
"requires": [
120+
{"or": [
121+
"canCameraManip",
122+
{"enemyDamage": {"enemy": "Menu", "type": "contact", "hits": 1}}
123+
]}
124+
],
120125
"exitCondition": {
121126
"leaveWithRunway": {
122127
"length": 6,
123128
"openEnd": 1
124129
}
125130
},
126-
"flashSuitChecked": true
131+
"flashSuitChecked": true,
132+
"note": [
133+
"If entering the room through the same door, stay on the ground (do not jump)",
134+
"to maintain the camera scroll, preventing the Menu from being lured up.",
135+
"Alternatively, kill or tank the Menu."
136+
]
127137
},
128138
{
129139
"id": 39,
@@ -393,23 +403,17 @@
393403
"name": "Leave with Runway",
394404
"requires": [
395405
{"or": [
396-
"canCameraManip",
397406
{"obstaclesCleared": ["A"]},
398407
{"enemyDamage": {"enemy": "Menu", "type": "contact", "hits": 1}}
399408
]}
400409
],
401410
"exitCondition": {
402411
"leaveWithRunway": {
403-
"length": 6,
412+
"length": 5,
404413
"openEnd": 1
405414
}
406415
},
407-
"flashSuitChecked": true,
408-
"note": [
409-
"If entering the room through the same door, stay on the ground (do not jump)",
410-
"to maintain the camera scroll, preventing the Menu from being lured up.",
411-
"Alternatively, kill or tank the Menu."
412-
]
416+
"flashSuitChecked": true
413417
},
414418
{
415419
"id": 14,

0 commit comments

Comments
 (0)