mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
make waking up rocket soldier kneel not stand
This commit is contained in:
parent
71884778dd
commit
fd6e46b622
@ -44,6 +44,10 @@ if (_isUnconscious) then {
|
||||
// and on foot
|
||||
[_unit, "AmovPpneMstpSnonWnonDnon"] call EFUNC(common,doAnimation);
|
||||
|
||||
if (currentWeapon _unit == secondaryWeapon _unit && {currentWeapon _unit != ""}) then {
|
||||
[_unit, "AmovPknlMstpSrasWlnrDnon"] call EFUNC(common,doAnimation);
|
||||
};
|
||||
|
||||
[{
|
||||
params ["_unit"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user