Skip to content

Commit

Permalink
Update ground.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
moklmaru committed Mar 20, 2024
1 parent 537beeb commit 4b681a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fighters/dedede/src/acmd/ground.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ unsafe extern "C" fn game_attackdash(agent: &mut L2CAgentBase) {
FT_MOTION_RATE(agent, 20.0/(25.0-1.0));
}
frame(lua_state, 25.0);
if is_excute(fighter) {
FT_MOTION_RATE(fighter, 1.0);
if is_excute(agent) {
FT_MOTION_RATE(agent, 1.0);
ATTACK(agent, 0, 0, Hash40::new("head"), 16.0, 35, 92, 0, 40, 5.0, 4.0, 0.0, 0.0, None, None, None, 1.1, 1.0, *ATTACK_SETOFF_KIND_OFF, *ATTACK_LR_CHECK_F, false, 3, 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_normal"), *ATTACK_SOUND_LEVEL_LL, *COLLISION_SOUND_ATTR_DEDEDE, *ATTACK_REGION_BODY);
ATTACK(agent, 1, 0, Hash40::new("waist"), 14.0, 35, 92, 0, 40, 8.0, 0.0, 0.0, 0.0, None, None, None, 1.1, 1.0, *ATTACK_SETOFF_KIND_OFF, *ATTACK_LR_CHECK_F, false, 3, 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_normal"), *ATTACK_SOUND_LEVEL_LL, *COLLISION_SOUND_ATTR_DEDEDE, *ATTACK_REGION_BODY);
}
Expand Down

0 comments on commit 4b681a6

Please sign in to comment.