We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27616c commit 497c314Copy full SHA for 497c314
1 file changed
helpers.json
@@ -705,7 +705,9 @@
705
"Normally the tech 'canCrouchJump' comes with a requirement to not have a flash suit,",
706
"because a crouch jump would activate a shinespark, consuming the flash suit.",
707
"However, underwater it is possible to crouch jump without losing a flash suit (by holding shoot or down);",
708
- "therefore this helper circumvents the `noFlashSuit` requirement of `canCrouchJump`."
+ "therefore this helper circumvents the `noFlashSuit` requirement of `canCrouchJump`.",
709
+ "The knowledge of how to crouch jump underwater with a flash suit is part of the `canCarryFlashSuit` tech,",
710
+ "which is required as a tech dependency of all methods of gaining a flash suit."
711
]
712
},
713
{
0 commit comments