Remove duplicate clone

Co-authored-by: Dystopian <sddex@ya.ru>
This commit is contained in:
BaerMitUmlaut 2020-10-05 10:36:49 +02:00 committed by GitHub
parent 905e8cae82
commit 3fa5b6958c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);