From fdecea815497286b3dc6bfa566bfb1950e14a405 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Mon, 27 Jan 2014 17:39:47 -0600 Subject: [PATCH] https://github.com/vbawol/DayZ-Epoch/issues/1027#issuecomment-33435759 --- SQF/dayz_code/compile/fn_selfActions.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/compile/fn_selfActions.sqf b/SQF/dayz_code/compile/fn_selfActions.sqf index 1b34cebfa..5cc9a519a 100644 --- a/SQF/dayz_code/compile/fn_selfActions.sqf +++ b/SQF/dayz_code/compile/fn_selfActions.sqf @@ -111,7 +111,7 @@ _allowedDistance = 4; _isAir = cursorTarget isKindOf "Air"; _isShip = cursorTarget isKindOf "Ship"; if(_isAir or _isShip) then { - _allowedDistance = 6; + _allowedDistance = 8; }; if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cursorTarget < _allowedDistance) and _canDo) then { //Has some kind of target