Skip to content

Commit

Permalink
Update addons/medical_treatment/functions/fnc_onMedicationUsage.sqf
Browse files Browse the repository at this point in the history
Co-Authored-By: PabstMirror <pabstmirror@gmail.com>
  • Loading branch information
dedmen and PabstMirror authored Apr 9, 2019
1 parent 3bd061c commit fe84641
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private _overdosedMedications = [];
// Check for overdose from current medication
private _currentDose = [_target, _className] call _fnc_getMedicationCount;
if (_currentDose >= floor (_maxDosage + round(random(2))) && {_maxDosage >= 1}) then {
TRACE_1("exceded max dose",_currentDose);
TRACE_1("exceeded max dose",_currentDose);
_overdosedMedications pushBackUnique _className;
};

Expand Down

0 comments on commit fe84641

Please sign in to comment.