Skip to content

Commit f3d1416

Browse files
committed
feedback updates
1 parent 67b1cbc commit f3d1416

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

region/norfair/east/Frog Speedway.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,10 @@
147147
{"or": [
148148
{"resetRoom": {"nodes": [1]}},
149149
{"and": [
150-
"h_getBlueSpeedMaxRunway",
150+
{"or": [
151+
"h_getBlueSpeedMaxRunway",
152+
{"haveBlueSuit": {}}
153+
]},
151154
{"resetRoom": {"nodes": [2]}}
152155
]}
153156
]},

region/norfair/east/Green Bubbles Tunnel.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,11 @@
595595
{"heatFrames": 180}
596596
]}
597597
]},
598-
{"heatFrames": 185}
598+
{"heatFrames": 175},
599+
{"or": [
600+
"canDash",
601+
{"heatFrames": 10}
602+
]}
599603
],
600604
"collectsItems": [3],
601605
"flashSuitChecked": true,

0 commit comments

Comments
 (0)