From f2160bd5451e2a8805a4699e2deccf45b53b7570 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Apr 2020 14:51:58 -0500 Subject: [PATCH] I meant to remove this code. --- SQF/dayz_code/medical/publicEH/medMorphine.sqf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/SQF/dayz_code/medical/publicEH/medMorphine.sqf b/SQF/dayz_code/medical/publicEH/medMorphine.sqf index 3201ae558..0d7e46791 100644 --- a/SQF/dayz_code/medical/publicEH/medMorphine.sqf +++ b/SQF/dayz_code/medical/publicEH/medMorphine.sqf @@ -1,5 +1,4 @@ private ["_msg","_unit","_medic","_item"]; -//disableserialization; _unit = _this select 0; _medic = _this select 1; @@ -12,13 +11,6 @@ _unit setHit["hands",0]; _unit setVariable ["hit_legs",0,true]; _unit setVariable ["hit_hands",0,true]; -/* -//Ensure Control is visible -_display = uiNamespace getVariable 'DAYZ_GUI_display'; -_control = _display displayCtrl 1203; -_control ctrlShow false; -*/ - if (_medic != player) then { _msg = if (_item == "equip_woodensplint") then {"STR_ITEM_NAME_WOODENSPLINT"} else {"STR_EQUIP_NAME_15"}; format [localize "str_actions_medical_general_received",(name _medic), localize _msg] call dayz_rollingMessages;