mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Multigun should only heal Players or Vehicles.
This commit is contained in:
parent
cd1f40f1fc
commit
73ca4f28f5
@ -52,7 +52,9 @@ switch true do {
|
|||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
if ("Repair_EPOCH" in _attachments) then {
|
if ("Repair_EPOCH" in _attachments) then {
|
||||||
_heal = true;
|
if (_cursorTarget isKindOf "Landvehicle" || _cursorTarget isKindOf "SHIP" || _cursorTarget isKindOf "AIR") then {
|
||||||
|
_heal = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
if (_heal) then {
|
if (_heal) then {
|
||||||
|
Loading…
Reference in New Issue
Block a user