mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix missing boolean return in CPR
This commit is contained in:
parent
7fcd12c792
commit
923c25163f
@ -24,3 +24,5 @@ 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!
|
||||
|
||||
true
|
||||
|
Loading…
Reference in New Issue
Block a user