mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed missing bracket
This commit is contained in:
parent
c90de84d04
commit
2cfeb5a10e
@ -14,7 +14,7 @@
|
||||
#include "script_component.hpp"
|
||||
params ["_caller", "_target"];
|
||||
|
||||
if(!(_target call EFUNC(common,isAwake)) || {_target getVariable [QEGVAR(medical,inCardiacArrest), false]) then {
|
||||
if(!(_target call EFUNC(common,isAwake)) || {_target getVariable [QEGVAR(medical,inCardiacArrest), false]}) then {
|
||||
_target setVariable [QEGVAR(medical,heartRate), 0, true];
|
||||
};
|
||||
_target setVariable [QGVAR(receiveCPR), false, true];
|
||||
|
Loading…
Reference in New Issue
Block a user