Skip to content

Commit baf4f94

Browse files
committed
add turnaround option for Noob Bridge to Main Street
1 parent 520143d commit baf4f94

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

region/maridia/outer/Glass Tunnel.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,11 @@
16721672
"speedBooster": true,
16731673
"obstructions": [[1, 0]],
16741674
"requires": [],
1675-
"note": "Applies to Noob Bridge."
1675+
"note": "Applies to Noob Bridge.",
1676+
"devNote": [
1677+
"FIXME: This (and other cases) can leave with enough vertical momentum to make it to the middle door of Main Street,",
1678+
"if the top door of Glass Tunnel connects to the bottom of Main Street."
1679+
]
16761680
},
16771681
{
16781682
"minHeight": 2,

region/maridia/outer/Main Street.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1833,6 +1833,18 @@
18331833
],
18341834
"note": ["This applies to Dust Torizo Room and Noob Bridge."]
18351835
},
1836+
{
1837+
"minHeight": 2,
1838+
"maxHeight": 2,
1839+
"minTiles": 45,
1840+
"speedBooster": true,
1841+
"obstructions": [[1, 0]],
1842+
"requires": [
1843+
"canMomentumConservingTurnaround",
1844+
"canInsaneJump"
1845+
],
1846+
"note": ["This applies to Noob Bridge."]
1847+
},
18361848
{
18371849
"minHeight": 3,
18381850
"maxHeight": 3,

0 commit comments

Comments
 (0)