mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Modified cpr condition
This commit is contained in:
parent
59c4485ef9
commit
58ed8a6c81
@ -248,7 +248,7 @@ class GVAR(Actions) {
|
||||
requiredMedic = 0;
|
||||
treatmentTime = 15;
|
||||
items[] = {};
|
||||
condition = QUOTE(!(_target call EFUNC(common,isAwake)));
|
||||
condition = QUOTE(!(_target call EFUNC(common,isAwake)) && {!(_target getVariable [QQGVAR(receiveCPR),false])});
|
||||
callbackSuccess = QFUNC(treatmentCPR);
|
||||
callbackFailure = QFUNC(treatmentCPR_failure);
|
||||
callbackProgress = QFUNC(treatmentCPR_progress);
|
||||
|
Loading…
Reference in New Issue
Block a user