From 1317497db8a89cbb8cb1a4eb651ddba529bf8e53 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Mon, 2 Jun 2014 14:38:55 -0500 Subject: [PATCH] not used and throwing errors --- SQF/dayz_code/medical/antibiotics.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/medical/antibiotics.sqf b/SQF/dayz_code/medical/antibiotics.sqf index 5f1b56d03..601b6aeaa 100644 --- a/SQF/dayz_code/medical/antibiotics.sqf +++ b/SQF/dayz_code/medical/antibiotics.sqf @@ -5,8 +5,8 @@ if (_hasMeds) then { player removeMagazine _med; }; //remove option -player removeAction s_player_antiobiotic; -s_player_antiobiotic = -1; +// player removeAction s_player_antiobiotic; +//s_player_antiobiotic = -1; //remove infection r_player_infected = false;