make waking up rocket soldier kneel not stand

This commit is contained in:
commy2 2016-10-13 01:42:32 +02:00
parent 71884778dd
commit fd6e46b622

View File

@ -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"];