diff --git a/addons/medical_treatment/functions/fnc_treatmentCPR_progress.sqf b/addons/medical_treatment/functions/fnc_treatmentCPR_progress.sqf index c55c80a678..02ff375dff 100644 --- a/addons/medical_treatment/functions/fnc_treatmentCPR_progress.sqf +++ b/addons/medical_treatment/functions/fnc_treatmentCPR_progress.sqf @@ -24,5 +24,3 @@ if (_target call EFUNC(common,isAwake)) exitWith {false}; if !IN_CRDC_ARRST(_target) exitWith {false}; [_target] call FUNC(calculateBlood); // Calculate blood volume. If their is no pulse, nothing happens! - -(alive _target) // CPR may only proceed if the patient is not dead