mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Modified CPR success to work with pulse
This commit is contained in:
parent
d9aab91f97
commit
a570a6862c
@ -18,6 +18,10 @@
|
||||
|
||||
params ["_caller", "_target", "_selectionName", "_className", "_items"];
|
||||
|
||||
_target setVariable [QEGVAR(medical,heartRate), 0, true];
|
||||
_target setVariable [QGVAR(receiveCPR), false, true]; // CPR finished
|
||||
[_target] call FUNC(calculateBlood);
|
||||
|
||||
if (alive _target && {_target getVariable [QEGVAR(medical,inCardiacArrest), false]}) then {
|
||||
[_target, "activity_view", ELSTRING(medical,Activity_cpr), [[_caller, false, true] call EFUNC(common,getName)]] call FUNC(addToLog);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user