We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7afff commit 4bdeeecCopy full SHA for 4bdeeec
fighters/duckhunt/src/acmd/smashes.rs
@@ -21,7 +21,7 @@ unsafe fn duckhunt_attack_hi4_game(fighter: &mut L2CAgentBase) {
21
*FIGHTER_DUCKHUNT_STATUS_ATTACK_INT_SMASH_RETICLE_DISPLAY_FRAME,
22
);
23
// FT_MOTION_RATE_RANGE(fighter, 7.0, 23.0, 10.0);
24
- FT_MOTION_RATE_RANGE(fighter, 27.0, 57.0, 20.0);
+ FT_MOTION_RATE_RANGE(fighter, 27.0, 57.0, 24.0);
25
ATTACK(
26
fighter,
27
/*ID*/ 0,
0 commit comments