mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove duplicate clone
Co-authored-by: Dystopian <sddex@ya.ru>
This commit is contained in:
parent
905e8cae82
commit
3fa5b6958c
@ -26,9 +26,6 @@ private _direction = _target getVariable [QGVAR(carryDirection), 0];
|
||||
|
||||
// handle objects vs persons
|
||||
if (_target isKindOf "CAManBase") then {
|
||||
if (!alive _target) then {
|
||||
_target = [_target] call FUNC(createClone);
|
||||
};
|
||||
|
||||
[_unit, "AcinPercMstpSnonWnonDnon", 2, true] call EFUNC(common,doAnimation);
|
||||
[_target, "AinjPfalMstpSnonWnonDf_carried_dead", 2, true] call EFUNC(common,doAnimation);
|
||||
|
Loading…
Reference in New Issue
Block a user