mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Reduce animation forcing delay
This commit is contained in:
parent
98e44e86d8
commit
67bd2b4e2f
@ -90,7 +90,7 @@ _anim = [_unit] call EFUNC(common,getDeathAnim);
|
||||
if ((_unit getVariable "ACE_isUnconscious") and (animationState _unit != _anim)) then {
|
||||
[_unit, _anim, 2, true] call EFUNC(common,doAnimation);
|
||||
};
|
||||
}, [_unit, _anim], 2, 1] call EFUNC(common,waitAndExecute);
|
||||
}, [_unit, _anim], 0.5, 0] call EFUNC(common,waitAndExecute);
|
||||
|
||||
_startingTime = time;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user