mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Prevent screams of agony from dragged corpse
This commit is contained in:
parent
efd71c6179
commit
2d30be436c
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user