mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed progress callback
This commit is contained in:
parent
c790d0eb3e
commit
86bf9f4262
@ -251,7 +251,7 @@ class GVAR(Actions) {
|
||||
condition = QUOTE(!(_target call EFUNC(common,isAwake)));
|
||||
callbackSuccess = QFUNC(treatmentCPR);
|
||||
callbackFailure = QFUNC(treatmentCPR_failure);
|
||||
callbackProgress = QUOTE(!([(_this select 0) select 1] call EFUNC(common,isAwake)));
|
||||
callbackProgress = QFUNC(treatmentCPR_progress);
|
||||
callbackStart = QFUNC(treatmentCPR_start);
|
||||
animationPatient = "";
|
||||
animationPatientUnconscious = "AinjPpneMstpSnonWrflDnon_rolltoback";
|
||||
|
Loading…
Reference in New Issue
Block a user