mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-01-20 01:10:13 +00:00
missed tech effect with hitbox visualization on
This commit is contained in:
parent
0fa9778d0c
commit
6f5c30fd18
1 changed files with 2 additions and 1 deletions
|
@ -184,7 +184,8 @@ pub unsafe fn get_command_flag_cat(
|
|||
}
|
||||
|
||||
// Pause Effect AnimCMD if hitbox visualization is active
|
||||
MotionAnimcmdModule::set_sleep_effect(module_accessor, true);
|
||||
// Keep effects on for missed tech effect
|
||||
MotionAnimcmdModule::set_sleep_effect(module_accessor, status_kind != FIGHTER_STATUS_KIND_DOWN);
|
||||
|
||||
EffectModule::set_visible_kind(module_accessor, Hash40::new("sys_shield"), false);
|
||||
EffectModule::kill_kind(module_accessor, Hash40::new("sys_shield"), false, true);
|
||||
|
|
Loading…
Reference in a new issue