mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Calculate Multigun distance by size of Target
This commit is contained in:
parent
619140c7c8
commit
d8632a89d5
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user