diff --git a/addons/medical_treatment/functions/fnc_fullHealLocal.sqf b/addons/medical_treatment/functions/fnc_fullHealLocal.sqf index 42c5866a9af..3d14380c776 100644 --- a/addons/medical_treatment/functions/fnc_fullHealLocal.sqf +++ b/addons/medical_treatment/functions/fnc_fullHealLocal.sqf @@ -50,7 +50,7 @@ _patient setVariable [VAR_BLOOD_VOL, DEFAULT_BLOOD_VOLUME, true]; }; } forEach GET_TOURNIQUETS(_patient); _patient setVariable [VAR_TOURNIQUET, DEFAULT_TOURNIQUET_VALUES, true]; -_patient setVariable [QGVAR(occludedMedications), nil, true]; +_patient setVariable [QEGVAR(medical,occludedMedications), nil, true]; // Wounds and Injuries _patient setVariable [VAR_OPEN_WOUNDS, createHashMap, true];