Calculate Multigun distance by size of Target

This commit is contained in:
He-Man 2018-04-17 17:14:45 +02:00
parent 619140c7c8
commit d8632a89d5

View File

@ -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 {