We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88bfef7 commit 1bf1c6aCopy full SHA for 1bf1c6a
fighters/trail/src/acmd/aerials.rs
@@ -367,7 +367,7 @@ unsafe fn sora_attack_air_lw_game(fighter: &mut L2CAgentBase) {
367
let attack_end_frame = 25.0;
368
let attack_duration = 7.0;
369
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;
+ let spike_start_frame = attack_start_frame + 5.0*attack_duration_rate;
371
frame(lua_state, 1.0);
372
if is_excute(fighter) {
373
MotionModule::set_rate(boma, (10.0-1.0)/3.0);
0 commit comments