mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
QGVAR typo
This commit is contained in:
parent
3a7c7f7cee
commit
5ab9ad87f9
@ -192,7 +192,7 @@ class ACE_Medical_Actions {
|
|||||||
treatmentLocations[] = {"All"};
|
treatmentLocations[] = {"All"};
|
||||||
requiredMedic = 0;
|
requiredMedic = 0;
|
||||||
treatmentTime = 7.5;
|
treatmentTime = 7.5;
|
||||||
items[] = {QVAR(bodyBag)};
|
items[] = {QGVAR(bodyBag)};
|
||||||
condition = "!alive (_this select 1);";
|
condition = "!alive (_this select 1);";
|
||||||
callbackSuccess = QUOTE(DFUNC(actionPlaceInBodyBag));
|
callbackSuccess = QUOTE(DFUNC(actionPlaceInBodyBag));
|
||||||
callbackFailure = "";
|
callbackFailure = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user