From 2a1fcb55567d5503bdc7f24f4c32f90520cecfbf Mon Sep 17 00:00:00 2001 From: mazinskihenry <33608576+mazinskihenry@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:45:16 -0800 Subject: [PATCH] Update fnc_poison.sqf --- addons/chemical/functions/fnc_poison.sqf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/addons/chemical/functions/fnc_poison.sqf b/addons/chemical/functions/fnc_poison.sqf index d483a91d5..9958334f6 100644 --- a/addons/chemical/functions/fnc_poison.sqf +++ b/addons/chemical/functions/fnc_poison.sqf @@ -69,9 +69,5 @@ if (_currentInfection != _newTime) then { // Exit if infection reaches 0 if (_newTime <= 0) then { - if !(_unit getVariable [QGVAR(airPoisoning), false]) then { - [QEGVAR(breathing,playCough), [_unit], _unit] call CBA_fnc_targetEvent; - }; - _unit setVariable [QGVAR(airPoisoning), true, true]; }; \ No newline at end of file