From b8f2796fa3305da2ebb54ba3d1ee1508caac910c Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Mon, 10 Feb 2014 14:41:47 -0600 Subject: [PATCH] cleanup --- SQF/dayz_code/compile/fn_damageActions.sqf | 1 - 1 file changed, 1 deletion(-) diff --git a/SQF/dayz_code/compile/fn_damageActions.sqf b/SQF/dayz_code/compile/fn_damageActions.sqf index 6e5d7d480..f84777c3a 100644 --- a/SQF/dayz_code/compile/fn_damageActions.sqf +++ b/SQF/dayz_code/compile/fn_damageActions.sqf @@ -95,7 +95,6 @@ if (!isNull _menClose and _hasPatient and !r_drag_sqf and !r_action and !_inVehi //Allow player to bandage if(_injured and _hasBandage) then { r_action = true; - //_unit setdamage 0.8; _action = _unit addAction [localize "str_actions_medical_04", "\z\addons\dayz_code\medical\bandage.sqf",[_unit], 0, true, true, "", ""]; r_player_actions set [count r_player_actions,_action]; };