Skip to content

Commit

Permalink
oopps
Browse files Browse the repository at this point in the history
  • Loading branch information
Cplhardcore committed Oct 24, 2024
1 parent 91a36ae commit 5ff69a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/medical_treatment/ACE_Medical_Treatment_Actions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,10 @@ class GVAR(actions) {
class Morphine: FieldDressing {
displayName = CSTRING(Inject_Morphine);
displayNameProgress = CSTRING(Injecting_Morphine);
medicRequired = QGVAR(medicMorphine);
icon = QPATHTOEF(medical_gui,ui\auto_injector.paa);
allowedSelections[] = {"LeftArm", "RightArm", "LeftLeg", "RightLeg"};
category = "medication";
items[] = {"ACE_morphine"};
treatmentLocations = QGVAR(locationMorphine);
condition = "";
treatmentTime = QGVAR(treatmentTimeAutoinjector);
callbackSuccess = QFUNC(medication);
Expand All @@ -137,7 +135,9 @@ class GVAR(actions) {
class Epinephrine: Morphine {
displayName = CSTRING(Inject_Epinephrine);
displayNameProgress = CSTRING(Injecting_Epinephrine);
medicRequired = QGVAR(medicEpinephrine);
items[] = {"ACE_epinephrine"};
treatmentLocations = QGVAR(locationEpinephrine);
litter[] = {{"ACE_MedicalLitter_epinephrine"}};
};

Expand Down

0 comments on commit 5ff69a7

Please sign in to comment.