mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix stitching action progress bar
This commit is contained in:
parent
7d2ca74402
commit
07019ed928
@ -234,7 +234,7 @@ class ACE_Medical_Actions {
|
||||
};
|
||||
class SurgicalKit: fieldDressing {
|
||||
displayName = CSTRING(Use_SurgicalKit);
|
||||
displayNameProgress = CSTRING(TreatmentAction);
|
||||
displayNameProgress = CSTRING(Stitching);
|
||||
category = "advanced";
|
||||
items[] = {"ACE_surgicalKit"};
|
||||
treatmentLocations[] = {QGVAR(useLocation_SurgicalKit)};
|
||||
|
Loading…
Reference in New Issue
Block a user