mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed typo
This commit is contained in:
parent
a5ce5b4a34
commit
624315524e
@ -24,7 +24,7 @@ if (_target getVariable [QEGVAR(medical,inReviveState), false]) then {
|
||||
};
|
||||
};
|
||||
|
||||
if ({(random 1) >= 0.6) then {
|
||||
if ((random 1) >= 0.6) then {
|
||||
_target setVariable [QEGVAR(medical,inCardiacArrest), nil,true];
|
||||
_target setVariable [QEGVAR(medical,heartRate), 40];
|
||||
_target setVariable [QEGVAR(medical,bloodPressure), [50,70]];
|
||||
|
Loading…
Reference in New Issue
Block a user