From 383a87be4873b10fd1e2221ce77e6e6172d09c90 Mon Sep 17 00:00:00 2001 From: Grim <69561145+LinkIsGrim@users.noreply.github.com> Date: Sat, 19 Oct 2024 02:08:46 -0300 Subject: [PATCH] headers --- addons/medical_status/functions/fnc_getAllMedicationCount.sqf | 2 +- addons/medical_status/functions/fnc_getMedicationCount.sqf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/medical_status/functions/fnc_getAllMedicationCount.sqf b/addons/medical_status/functions/fnc_getAllMedicationCount.sqf index f10388dcff6..a412211c9f4 100644 --- a/addons/medical_status/functions/fnc_getAllMedicationCount.sqf +++ b/addons/medical_status/functions/fnc_getAllMedicationCount.sqf @@ -11,7 +11,7 @@ * Return Value: * Array of medication counts : * Dose Count - * Medication effectiveness (float) + * Medication effectiveness (0-1) * * Example: * [player] call ace_medical_status_fnc_getAllMedicationCount diff --git a/addons/medical_status/functions/fnc_getMedicationCount.sqf b/addons/medical_status/functions/fnc_getMedicationCount.sqf index 58f0aa95697..a0505337237 100644 --- a/addons/medical_status/functions/fnc_getMedicationCount.sqf +++ b/addons/medical_status/functions/fnc_getMedicationCount.sqf @@ -11,7 +11,7 @@ * * Return Value: * Dose Count - * Medication effectiveness (float) + * Medication effectiveness (0-1) * * Example: * [player, "Epinephrine"] call ace_medical_status_fnc_getMedicationCount