diff --git a/SQF/dayz_code/medical/antibiotics.sqf b/SQF/dayz_code/medical/antibiotics.sqf index 3270f34a4..731d63578 100644 --- a/SQF/dayz_code/medical/antibiotics.sqf +++ b/SQF/dayz_code/medical/antibiotics.sqf @@ -29,9 +29,11 @@ if (_hasAntibiotics) then { //Remove one table from the box. [_medsUsed,"medical"] call dayz_reduceItems; + //remove infection - r_player_infected = false; - _unit setVariable["USEC_infected",false,true]; + //Called in medAntis + //r_player_infected = false; + //_unit setVariable["USEC_infected",false,true]; //remove option call fnc_usec_medic_removeActions;