mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove CPR alive check (#6492)
This commit is contained in:
parent
c1c5d6d63c
commit
14d52ee77e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user