Skip to content

Commit 72b6658

Browse files
committed
bug fixes
1 parent d8cbcb0 commit 72b6658

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

region/maridia/inner-yellow/Watering Hole.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
]},
244244
{"and": [
245245
"h_canArtificialMorphPowerBomb",
246-
{"and": [
246+
{"or": [
247247
"canTrickyJump",
248248
"h_canArtificialMorphSpringBall",
249249
{"enemyDamage": {"enemy": "Zeb", "type": "contact", "hits": 1}}
@@ -289,7 +289,7 @@
289289
]},
290290
{"and": [
291291
"h_canArtificialMorphPowerBomb",
292-
{"and": [
292+
{"or": [
293293
"canTrickyJump",
294294
"h_canArtificialMorphSpringBall",
295295
{"enemyDamage": {"enemy": "Zeb", "type": "contact", "hits": 1}}

region/norfair/east/Lava Dive Room.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,8 @@
455455
{"notable": "Artificial Morph, Triple Spring Ball Jump"},
456456
"h_canArtificialMorphDoubleSpringBallJump",
457457
"canInsaneJump",
458-
{"gravitylessLavaFrames": 640}
458+
{"gravitylessLavaFrames": 640},
459+
{"heatFrames": 0}
459460
],
460461
"flashSuitChecked": true,
461462
"note": [
@@ -1130,5 +1131,5 @@
11301131
}
11311132
],
11321133
"nextStratId": 45,
1133-
"nextNotableId": 9
1134+
"nextNotableId": 10
11341135
}

0 commit comments

Comments
 (0)