Skip to content

Commit

Permalink
weehoo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cplhardcore committed Oct 24, 2024
1 parent cae91db commit 026db76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/medical_treatment/ACE_Medical_Treatment_Actions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,11 @@ class GVAR(actions) {
displayName = CSTRING(Inject_Morphine);
displayNameProgress = CSTRING(Injecting_Morphine);
icon = QPATHTOEF(medical_gui,ui\auto_injector.paa);
medicRequired = QGVAR(medicMorphine);
allowedSelections[] = {"LeftArm", "RightArm", "LeftLeg", "RightLeg"};
category = "medication";
items[] = {"ACE_morphine"};
treatmentLocations = QGVAR(locationMorphine);
condition = "";
treatmentTime = QGVAR(treatmentTimeAutoinjector);
callbackSuccess = QFUNC(medication);
Expand Down

0 comments on commit 026db76

Please sign in to comment.