mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Allow diagnose on torso #1879
This commit is contained in:
parent
ce42f5864f
commit
602ef690fc
@ -93,7 +93,7 @@ class ACE_Medical_Actions {
|
||||
displayNameProgress = CSTRING(Actions_Diagnosing);
|
||||
category = "examine";
|
||||
treatmentLocations[] = {"All"};
|
||||
allowedSelections[] = {"head"};
|
||||
allowedSelections[] = {"head", "body"};
|
||||
requiredMedic = 0;
|
||||
treatmentTime = 1;
|
||||
items[] = {};
|
||||
|
Loading…
Reference in New Issue
Block a user