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 +};