Fix args for setDead call in actionPlaceInBodyBag

This commit is contained in:
PabstMirror 2019-04-27 14:10:12 -05:00
parent 7b641508e9
commit 6e71338e3a

View File

@ -27,7 +27,7 @@ if (!local _target) exitWith {
if (alive _target) then {
TRACE_1("manually killing with setDead",_target);
[_target, true, "buried_alive"] call EFUNC(medical_status,setDead);
[_target, "buried_alive"] call EFUNC(medical_status,setDead);
};
private _position = (getPosASL _target) vectorAdd [0, 0, 0.2];