mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Slightly increase Tourniquet 'treatmentTime'
This commit is contained in:
parent
4da07bd2a4
commit
0c8ebd6441
@ -75,7 +75,7 @@ class GVAR(Actions) {
|
||||
displayNameProgress = ECSTRING(medical,Applying_Tourniquet);
|
||||
allowedSelections[] = {"LeftArm", "RightArm", "LeftLeg", "RightLeg"};
|
||||
items[] = {"ACE_tourniquet"};
|
||||
treatmentTime = 5;
|
||||
treatmentTime = 6;
|
||||
callbackSuccess = QFUNC(treatmentTourniquet);
|
||||
condition = QUOTE(EGVAR(medical,advancedBandages) && {!([ARR_2(_target,_bodyPart)] call EFUNC(medical,hasTourniquetAppliedTo))});
|
||||
litter[] = {};
|
||||
|
Loading…
Reference in New Issue
Block a user