From e24d2bad518bbc257705fc391e77103d9468706f Mon Sep 17 00:00:00 2001 From: Mikeeeyy Date: Wed, 18 Feb 2015 23:07:07 +0000 Subject: [PATCH] Update bandage.sqf --- SQF/dayz_code/medical/bandage.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/medical/bandage.sqf b/SQF/dayz_code/medical/bandage.sqf index c5c10c7b9..9036acd8b 100644 --- a/SQF/dayz_code/medical/bandage.sqf +++ b/SQF/dayz_code/medical/bandage.sqf @@ -65,7 +65,7 @@ if (_finished) then { [player,20] call player_humanityChange; }; - {_unit setVariable[_x,false,true];} count USEC_woundHit; + {_unit setVariable[_x,false,true];} count USEC_typeOfWounds; _unit setVariable ["USEC_injured",false,true]; }; @@ -75,4 +75,4 @@ if (_finished) then { [objNull, player, rSwitchMove,""] call RE; player playActionNow "stop"; }; -}; \ No newline at end of file +};