We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e0dca commit 8d9dfbdCopy full SHA for 8d9dfbd
1 file changed
region/norfair/crocomire/Post Crocomire Farming Room.json
@@ -615,9 +615,11 @@
615
"name": "Use Frozen Enemies",
616
"requires": [
617
"canTrickyUseFrozenEnemies",
618
- "canDash",
619
{"or": [
620
- "canWalljump",
+ {"and": [
+ "canWalljump",
621
+ "canDash"
622
+ ]},
623
"canTrickyJump"
624
]}
625
],
@@ -659,9 +661,12 @@
659
661
"link": [3, 1],
660
662
"name": "Tricky Spring Ball Jump from the Platform",
663
664
"canTrickyJump",
- "canTrickySpringBallJump"
665
+ "canTrickySpringBallJump",
666
+ {"or": [
667
+ "canDash",
668
+ "canSpringFling"
669
+ ]}
670
671
"flashSuitChecked": true,
672
"blueSuitChecked": true,
@@ -1898,4 +1903,4 @@
1898
1903
1899
1904
"nextStratId": 97,
1900
1905
"nextNotableId": 3
1901
-}
1906
+}
0 commit comments