Prevent screams of agony from dragged corpse

This commit is contained in:
BaerMitUmlaut 2020-10-11 20:44:35 +02:00
parent efd71c6179
commit 2d30be436c

View File

@ -18,6 +18,7 @@ params ["_unit"];
private _clone = QGVAR(clone) createVehicle [0, 0, 0];
_clone setUnitLoadout getUnitLoadout _unit;
_clone allowDamage false;
_clone setVariable [QGVAR(original), _unit];
_unit setPosATL [0, 0, -10];