We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b1cbc commit f3d1416Copy full SHA for f3d1416
2 files changed
region/norfair/east/Frog Speedway.json
@@ -147,7 +147,10 @@
147
{"or": [
148
{"resetRoom": {"nodes": [1]}},
149
{"and": [
150
- "h_getBlueSpeedMaxRunway",
+ {"or": [
151
+ "h_getBlueSpeedMaxRunway",
152
+ {"haveBlueSuit": {}}
153
+ ]},
154
{"resetRoom": {"nodes": [2]}}
155
]}
156
]},
region/norfair/east/Green Bubbles Tunnel.json
@@ -595,7 +595,11 @@
595
{"heatFrames": 180}
596
597
598
- {"heatFrames": 185}
+ {"heatFrames": 175},
599
600
+ "canDash",
601
+ {"heatFrames": 10}
602
+ ]}
603
],
604
"collectsItems": [3],
605
"flashSuitChecked": true,
0 commit comments