Slightly increase Tourniquet 'treatmentTime'

This commit is contained in:
ulteq 2016-12-07 17:56:59 +01:00
parent 4da07bd2a4
commit 0c8ebd6441

View File

@ -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[] = {};