Remove CPR alive check (#6492)

This commit is contained in:
Zakant 2018-08-12 09:57:23 +02:00 committed by SilentSpike
parent c1c5d6d63c
commit 14d52ee77e

View File

@ -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