Fix being able to TQ torso

This commit is contained in:
Grzegorz 2015-08-26 11:18:54 +02:00
parent 19bfa478d1
commit 5ad0e192c3

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));