Skip to content

Commit

Permalink
Update ACE_Medical_Treatment.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Cplhardcore committed Nov 3, 2024
1 parent 88a17c7 commit 38cd859
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 @@ -565,7 +565,7 @@ class ADDON {
timeInSystem = 120;
// How long until the maximum effect is reached
timeTillMaxEffect = 30;
// How many of this type of medication can be in the system before the patient can possibly overdose?
// How many doses of this medication can be in the system before the patient can possibly overdose?
maxDose = 4;
// 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
Expand Down

0 comments on commit 38cd859

Please sign in to comment.