Skip to content

Commit 4bdeeec

Browse files
USmash Tone Down 2
1 parent fb7afff commit 4bdeeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fighters/duckhunt/src/acmd/smashes.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ unsafe fn duckhunt_attack_hi4_game(fighter: &mut L2CAgentBase) {
2121
*FIGHTER_DUCKHUNT_STATUS_ATTACK_INT_SMASH_RETICLE_DISPLAY_FRAME,
2222
);
2323
// FT_MOTION_RATE_RANGE(fighter, 7.0, 23.0, 10.0);
24-
FT_MOTION_RATE_RANGE(fighter, 27.0, 57.0, 20.0);
24+
FT_MOTION_RATE_RANGE(fighter, 27.0, 57.0, 24.0);
2525
ATTACK(
2626
fighter,
2727
/*ID*/ 0,

0 commit comments

Comments
 (0)