Fix missing boolean return in CPR

This commit is contained in:
SilentSpike 2018-08-12 11:50:47 +01:00
parent 7fcd12c792
commit 923c25163f

View File

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