Skip to content

Commit 8d9dfbd

Browse files
committed
feedback updates
1 parent 33e0dca commit 8d9dfbd

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

region/norfair/crocomire/Post Crocomire Farming Room.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -615,9 +615,11 @@
615615
"name": "Use Frozen Enemies",
616616
"requires": [
617617
"canTrickyUseFrozenEnemies",
618-
"canDash",
619618
{"or": [
620-
"canWalljump",
619+
{"and": [
620+
"canWalljump",
621+
"canDash"
622+
]},
621623
"canTrickyJump"
622624
]}
623625
],
@@ -659,9 +661,12 @@
659661
"link": [3, 1],
660662
"name": "Tricky Spring Ball Jump from the Platform",
661663
"requires": [
662-
"canDash",
663664
"canTrickyJump",
664-
"canTrickySpringBallJump"
665+
"canTrickySpringBallJump",
666+
{"or": [
667+
"canDash",
668+
"canSpringFling"
669+
]}
665670
],
666671
"flashSuitChecked": true,
667672
"blueSuitChecked": true,
@@ -1898,4 +1903,4 @@
18981903
],
18991904
"nextStratId": 97,
19001905
"nextNotableId": 3
1901-
}
1906+
}

0 commit comments

Comments
 (0)