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
2cfeb5a10e
commit
d47d183119
@ -18,7 +18,7 @@
|
||||
params ["_args", "_elapsedTime", "_totalTime"];
|
||||
_args params ["_caller", "_target"];
|
||||
|
||||
// If the patient awakes my mysterious force, no cpr is needed!
|
||||
// If the patient awakes by mysterious force, no cpr is needed!
|
||||
if(_target call EFUNC(common,isAwake)) exitWith {false};
|
||||
if(!(_target getVariable [QEGVAR(medical,inCardiacArrest), false])) exitWith {false};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user