Skip to content

Commit 9800170

Browse files
committed
fix implicit mockball entries
1 parent a4cf456 commit 9800170

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

region/brinstar/pink/Big Pink.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"nodeAddress": "0x0018dde",
5252
"doorOrientation": "left",
5353
"doorEnvironments": [{"physics": "air"}],
54-
"useImplicitComeInNormally": false
54+
"useImplicitComeInNormally": false,
55+
"useImplicitComeInWithMockball": false
5556
},
5657
{
5758
"id": 6,
@@ -1174,6 +1175,18 @@
11741175
},
11751176
"requires": []
11761177
},
1178+
{
1179+
"link": [5, 13],
1180+
"name": "Fall Into Room With Mockball",
1181+
"entranceCondition": {
1182+
"comeInWithMockball": {
1183+
"adjacentMinTiles": 0,
1184+
"remoteAndLandingMinTiles": [[0, 0]],
1185+
"speedBooster": "any"
1186+
}
1187+
},
1188+
"requires": []
1189+
},
11771190
{
11781191
"id": 46,
11791192
"link": [6, 2],

0 commit comments

Comments
 (0)