We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdfa04 commit 6f21c20Copy full SHA for 6f21c20
src/state.rs
@@ -492,6 +492,7 @@ impl State {
492
checkdesc!(
493
desc.starts_with("Strike, looking.")
494
|| desc.starts_with("Strike, swinging.")
495
+ || desc.starts_with("Strike, flinching.")
496
|| desc.starts_with("Strikes, looking.")
497
|| desc.starts_with("Strikes, swinging.")
498
);
0 commit comments