Skip to content

Commit

Permalink
Update addons/medical_status/functions/fnc_getMedicationCount.sqf
Browse files Browse the repository at this point in the history
Co-authored-by: johnb432 <[email protected]>
  • Loading branch information
Cplhardcore and johnb432 authored Oct 24, 2024
1 parent abe46c4 commit fd78fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/medical_status/functions/fnc_getMedicationCount.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

params ["_target", "_medication", ["_getCount", true]];

private _effectivness = 0;
private _effectiveness = 0;
private _medDose = 0;
{
_x params ["_xMed", "_timeAdded", "_timeTillMaxEffect", "_maxTimeInSystem", "", "", "", "_dose"];
Expand Down

0 comments on commit fd78fd7

Please sign in to comment.