Parked aircraft are now invisible to AI

This commit is contained in:
Ambroise Garel 2025-09-16 22:42:17 +02:00
parent c557c3d74d
commit c80d036feb

View File

@ -160,6 +160,7 @@ do
-- Parked aircraft only
if parkingInfo then
groupOptions.airbaseID = parkingInfo.airbaseID
groupOptions.invisible = true -- Not ideal because wingmen can't be tasked with attacking targets, but only way I've found to prevent friendly CAP from attacking parked aircraft
groupOptions.parkingID = parkingInfo.parkingID
end