mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix being able to TQ torso
This commit is contained in:
parent
19bfa478d1
commit
5ad0e192c3
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user