Merge pull request #2273 from gienkov/patch-31

Fix being able to TQ torso
This commit is contained in:
Glowbal 2015-08-26 11:37:18 +02:00
commit 04c14b992e

View File

@ -154,7 +154,7 @@ class ACE_Medical_Actions {
class Tourniquet: fieldDressing {
displayName = CSTRING(Apply_Tourniquet);
displayNameProgress = CSTRING(Applying_Tourniquet);
allowedSelections[] = {"hand_l", "hand_r", "leg_l", "leg_r", "body"};
allowedSelections[] = {"hand_l", "hand_r", "leg_l", "leg_r"};
items[] = {"ACE_tourniquet"};
treatmentTime = 4;
callbackSuccess = QUOTE(DFUNC(treatmentTourniquet));