Skip to content

Commit 1bf1c6a

Browse files
committed
Update aerials.rs
1 parent 88bfef7 commit 1bf1c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fighters/trail/src/acmd/aerials.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ unsafe fn sora_attack_air_lw_game(fighter: &mut L2CAgentBase) {
367367
let attack_end_frame = 25.0;
368368
let attack_duration = 7.0;
369369
let attack_duration_rate = (attack_end_frame-attack_start_frame)/attack_duration;
370-
let spike_start_frame = attack_start_frame + 4.0*attack_duration_rate;
370+
let spike_start_frame = attack_start_frame + 5.0*attack_duration_rate;
371371
frame(lua_state, 1.0);
372372
if is_excute(fighter) {
373373
MotionModule::set_rate(boma, (10.0-1.0)/3.0);

0 commit comments

Comments
 (0)