Skip to content

Commit c27afd4

Browse files
committed
Update specials.rs
1 parent f032f6d commit c27afd4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

fighters/wolf/src/acmd/specials.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ use super::*;
44
unsafe fn wolf_special_s_end_game(fighter: &mut L2CAgentBase) {
55
let lua_state = fighter.lua_state_agent;
66
let boma = fighter.boma();
7-
frame(lua_state, 2.0);
7+
frame(lua_state, 1.0);
88
if is_excute(fighter) {
99
AttackModule::clear(fighter.module_accessor, 1, false);
10+
}
11+
frame(lua_state, 2.0);
12+
if is_excute(fighter) {
1013
ATTACK(fighter, 0, 0, Hash40::new("top"), 18.0, 34, 85, 0, 30, 4.5, 0.0, 6.0, 6.0, None, None, None, 1.5, 1.0, *ATTACK_SETOFF_KIND_OFF, *ATTACK_LR_CHECK_F, false, 0, 0.0, 0, false, false, false, false, true, *COLLISION_SITUATION_MASK_GA, *COLLISION_CATEGORY_MASK_ALL, *COLLISION_PART_MASK_ALL, false, Hash40::new("collision_attr_elec"), *ATTACK_SOUND_LEVEL_L, *COLLISION_SOUND_ATTR_MAGIC, *ATTACK_REGION_PUNCH);
1114
}
1215
frame(lua_state, 4.0);

0 commit comments

Comments
 (0)