Skip to content

Commit 2ab9cf4

Browse files
committed
fix implicit mockball entries
1 parent 53cc529 commit 2ab9cf4

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

region/brinstar/blue/Blue Brinstar Boulder Room.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"doorOrientation": "right",
2626
"doorEnvironments": [{"physics": "air"}],
2727
"useImplicitComeInNormally": false,
28+
"useImplicitComeInWithMockball": false,
2829
"devNote": "Defined as being on the door ledge, above the water."
2930
},
3031
{
@@ -600,6 +601,18 @@
600601
},
601602
"requires": []
602603
},
604+
{
605+
"link": [2, 3],
606+
"name": "Fall Into Room With Mockball",
607+
"entranceCondition": {
608+
"comeInWithMockball": {
609+
"adjacentMinTiles": 0,
610+
"remoteAndLandingMinTiles": [[0, 0]],
611+
"speedBooster": "any"
612+
}
613+
},
614+
"requires": []
615+
},
603616
{
604617
"id": 35,
605618
"link": [3, 1],

region/wreckedship/main/Electric Death Room.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"doorOrientation": "left",
5151
"doorEnvironments": [{"physics": "air"}],
5252
"useImplicitComeInNormally": false,
53+
"useImplicitComeInWithMockball": false,
5354
"devNote": "Defined as being on the door ledge, above the water."
5455
}
5556
],
@@ -303,6 +304,18 @@
303304
},
304305
"requires": []
305306
},
307+
{
308+
"link": [3, 2],
309+
"name": "Fall Into Room With Mockball",
310+
"entranceCondition": {
311+
"comeInWithMockball": {
312+
"adjacentMinTiles": 0,
313+
"remoteAndLandingMinTiles": [[0, 0]],
314+
"speedBooster": "any"
315+
}
316+
},
317+
"requires": []
318+
},
306319
{
307320
"id": 16,
308321
"link": [3, 3],

0 commit comments

Comments
 (0)