mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-21 02:31:39 +00:00
Initial flight mode is formation.
This commit is contained in:
@@ -366,9 +366,11 @@ function AI_ESCORT:onafterStart( EscortGroupSet )
|
|||||||
self:_InitEscortMenus( EscortGroup )
|
self:_InitEscortMenus( EscortGroup )
|
||||||
self:_InitEscortRoute( EscortGroup )
|
self:_InitEscortRoute( EscortGroup )
|
||||||
|
|
||||||
|
self:ModeFormation( EscortGroup )
|
||||||
end
|
end
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Set a Detection method for the EscortUnit to be reported upon.
|
--- Set a Detection method for the EscortUnit to be reported upon.
|
||||||
@@ -1907,7 +1909,7 @@ function AI_ESCORT:_ReportTargetsScheduler( EscortGroup, Report )
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
EscortMenuAttackTargets:RemoveSubMenus( TimeUpdate, "Esort" )
|
EscortMenuAttackTargets:RemoveSubMenus( TimeUpdate, "Escort" )
|
||||||
|
|
||||||
if Report then
|
if Report then
|
||||||
if DetectedTargets then
|
if DetectedTargets then
|
||||||
|
|||||||
Reference in New Issue
Block a user