diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_playerFired.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_playerFired.sqf index a7f5fa1e..0dc80d0d 100644 --- a/Sources/epoch_code/compile/functions/EPOCH_fnc_playerFired.sqf +++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_playerFired.sqf @@ -37,7 +37,7 @@ switch true do { if (!isNull cursorTarget) then { _cursorTarget = cursorTarget; _repaired = false; - if ((player distance _cursorTarget) <= 6) then { + if ((player distance _cursorTarget) <= (((SizeOf (TypeOf _cursorTarget))/2) max 6) min 12) then { _attachments = handgunItems player; _heal = false; if (_cursorTarget isKindOf "Man") then {