Merge pull request #2263 from gienkov/patch-30

Bandage and tourniquet on adv. medical change proposal
This commit is contained in:
Glowbal 2015-08-26 08:30:59 +02:00
commit a139a3cccc

View File

@ -118,7 +118,7 @@ class ACE_Medical_Actions {
// What is the level of medical skill required for this treatment action? 0 = all soldiers, 1 = medic, 2 = doctor
requiredMedic = 0;
// The time it takes for a treatment action to complete. Time is in seconds.
treatmentTime = 5;
treatmentTime = 8;
// Item required for the action. Leave empty for no item required.
items[] = {"ACE_fieldDressing"};
condition = "";
@ -156,7 +156,7 @@ class ACE_Medical_Actions {
displayNameProgress = CSTRING(Applying_Tourniquet);
allowedSelections[] = {"hand_l", "hand_r", "leg_l", "leg_r", "body"};
items[] = {"ACE_tourniquet"};
treatmentTime = 6;
treatmentTime = 4;
callbackSuccess = QUOTE(DFUNC(treatmentTourniquet));
condition = QUOTE(!([ARR_2(_this select 1, _this select 2)] call FUNC(hasTourniquetAppliedTo)));
litter[] = {};