Skip to content

Commit

Permalink
Update addons/medical_treatment/ACE_Medical_Treatment.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: johnb432 <[email protected]>
  • Loading branch information
Cplhardcore and johnb432 authored Nov 3, 2024
1 parent dd81004 commit 88a17c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/medical_treatment/ACE_Medical_Treatment.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ class ADDON {
// The number of doses over maxDose where there is a chance to overdose.
// Example with maxDose = 4 and maxDoseDeviation = 2: Dose 4: Safe | Dose 5 and 6: Possible overdose | Dose 7: Guaranteed overdose
maxDoseDeviation = 2;
// The dose of the medication, to allow for multiple dose types of the same medication
// The dose of the medication, to allow for different dose amounts of the same medication
dose = 1;
// Function to execute upon overdose. Arguments passed to call back are 0: Patient <OBJECT>, 1: Medication classname <STRING>, 2: Medication dosage <NUMBER>, 3: Overdose threshold <NUMBER>, 4: Incompatible medication that caused overdose (can be the medication itself) <STRING> (default: "")
onOverDose = "";
Expand Down

0 comments on commit 88a17c7

Please sign in to comment.