Skip to content

Commit 64afd0e

Browse files
committed
upair autocancel
1 parent 92d078c commit 64afd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fighters/mario/src/acmd/aerials.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ unsafe fn mario_attack_air_hi_game(fighter: &mut L2CAgentBase) {
176176
if is_excute(fighter) {
177177
AttackModule::clear_all(boma);
178178
}
179-
frame(lua_state, 18.0);
179+
frame(lua_state, 19.0);
180180
if is_excute(fighter) {
181181
WorkModule::off_flag(boma, *FIGHTER_STATUS_ATTACK_AIR_FLAG_ENABLE_LANDING);
182182
}

0 commit comments

Comments
 (0)