Skip to content

Commit 3bfb57e

Browse files
committed
Add spring ball and space jump 2->4 options
1 parent 1063158 commit 3bfb57e

1 file changed

Lines changed: 16 additions & 5 deletions

File tree

region/lowernorfair/east/Mickey Mouse Room.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,18 +1643,29 @@
16431643
"h_useMorphBombs",
16441644
{"heatFrames": 60}
16451645
]},
1646-
{"and": [
1647-
{"haveBlueSuit": {}},
1648-
"canCrumbleJump",
1649-
{"heatFrames": 10}
1650-
]},
16511646
{"obstaclesCleared": ["B"]}
16521647
]}
16531648
],
16541649
"clearsObstacles": ["B"],
16551650
"flashSuitChecked": true,
16561651
"blueSuitChecked": true
16571652
},
1653+
{
1654+
"link": [2, 4],
1655+
"name": "Blue Suit",
1656+
"requires": [
1657+
{"haveBlueSuit": {}},
1658+
{"or": [
1659+
"canCrumbleJump",
1660+
"h_useSpringBall",
1661+
"SpaceJump"
1662+
]},
1663+
{"heatFrames": 160}
1664+
],
1665+
"clearsObstacles": ["B"],
1666+
"flashSuitChecked": true,
1667+
"blueSuitChecked": true
1668+
},
16581669
{
16591670
"id": 26,
16601671
"link": [2, 4],

0 commit comments

Comments
 (0)