Skip to content

Commit

Permalink
Update ACE_Medical_Treatment_Actions.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mazinskihenry authored Jan 14, 2025
1 parent 768d14d commit 998635b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/vitals/ACE_Medical_Treatment_Actions.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class ACE_Medical_Treatment_Actions {
class CheckPulse;
class BasicDiagnostic: CheckPulse {
displayName = CSTRING(basicDiagnostic_display);
displayName = CSTRING(basicDiagnostic_use);
displayNameProgress = CSTRING(basicDiagnostic_progress);
treatmentTime = QGVAR(basicDiagnosticTime);
category = "examine";
Expand All @@ -11,4 +11,4 @@ class ACE_Medical_Treatment_Actions {
condition = QUOTE(missionNamespace getVariable [ARR_2(QQGVAR(enableBasicDiagnostic),false)]);
items[] = {"kat_basicDiagnostic"};
};
};
};

0 comments on commit 998635b

Please sign in to comment.