mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Legion
- Added enroute task SEAD to escort
This commit is contained in:
@@ -5779,11 +5779,9 @@ function AUFTRAG:GetDCSMissionTask()
|
||||
-- SEAD Mission --
|
||||
------------------
|
||||
|
||||
--[[
|
||||
local DCStask=CONTROLLABLE.EnRouteTaskEngageTargets(nil, nil ,{"Air Defence"} , 0)
|
||||
table.insert(self.enrouteTasks, DCStask)
|
||||
DCStask.key="SEAD"
|
||||
]]
|
||||
-- Add enroute task SEAD. Disabled that here because the group enganges everything on its route.
|
||||
--local DCStask=CONTROLLABLE.EnRouteTaskSEAD(nil, self.TargetType)
|
||||
--table.insert(self.enrouteTasks, DCStask)
|
||||
|
||||
self:_GetDCSAttackTask(self.engageTarget, DCStasks)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user