Skip to content

Commit 851f3b1

Browse files
committed
fix toilet errors
1 parent 85f28ac commit 851f3b1

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

region/maridia/inner-pink/Toilet Bowl.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,25 +61,31 @@
6161
"link": [1, 2],
6262
"name": "Base",
6363
"entranceCondition": {
64-
"comeInNormally": {}
64+
"comeInNormally": {},
65+
"comesThroughToilet": "any"
6566
},
6667
"requires": [],
6768
"exitCondition": {
6869
"leaveNormally": {}
6970
},
70-
"flashSuitChecked": true
71+
"unlocksDoors": [{"types": ["ammo"], "requires": ["never"]}],
72+
"flashSuitChecked": true,
73+
"devNote": "These doors can't be locked and 'comesThroughToilet' doesn't make sense unless this room was chained together."
7174
},
7275
{
7376
"link": [2, 1],
7477
"name": "Base",
7578
"entranceCondition": {
76-
"comeInNormally": {}
79+
"comeInNormally": {},
80+
"comesThroughToilet": "any"
7781
},
7882
"requires": [],
7983
"exitCondition": {
8084
"leaveNormally": {}
8185
},
82-
"flashSuitChecked": true
86+
"unlocksDoors": [{"types": ["ammo"], "requires": ["never"]}],
87+
"flashSuitChecked": true,
88+
"devNote": "These doors can't be locked and 'comesThroughToilet' doesn't make sense unless this room was chained together."
8389
}
8490
],
8591
"nextStratId": 1,

0 commit comments

Comments
 (0)