diff --git a/addons/medical/functions/fnc_handleUnitVitals.sqf b/addons/medical/functions/fnc_handleUnitVitals.sqf index b7c2aeac37..fc8522b93c 100644 --- a/addons/medical/functions/fnc_handleUnitVitals.sqf +++ b/addons/medical/functions/fnc_handleUnitVitals.sqf @@ -85,7 +85,7 @@ if (GVAR(level) == 1) then { [_unit, true] call FUNC(setUnconscious); }; if (_blood == 0) then { - _unit setDamage 1; + [_unit] call FUNC(setDead); }; }; };