diff --git a/addons/medical/functions/fnc_treatmentAdvanced_fullHealLocal.sqf b/addons/medical/functions/fnc_treatmentAdvanced_fullHealLocal.sqf index 56a437d655..7b81590b07 100644 --- a/addons/medical/functions/fnc_treatmentAdvanced_fullHealLocal.sqf +++ b/addons/medical/functions/fnc_treatmentAdvanced_fullHealLocal.sqf @@ -45,7 +45,7 @@ if (alive _unit) exitwith { _unit setvariable [QGVAR(bodyPartStatus), [0,0,0,0,0,0], true]; // airway - _unit setvariable [QGVAR(airwayStatus), 1000, true]; + _unit setvariable [QGVAR(airwayStatus), 100, true]; _unit setVariable [QGVAR(airwayOccluded), false, true]; _unit setvariable [QGVAR(airwayCollapsed), false, true];