This commit is contained in:
FlightControl
2019-01-27 17:19:41 +01:00
parent 1c063ca308
commit 77bee89ea5
6 changed files with 143 additions and 120 deletions

View File

@@ -615,7 +615,7 @@ function AI_AIR:onafterRTB( AIGroup, From, Event, To )
EngageRoute[#EngageRoute+1] = ToRTBRoutePoint
local Tasks = {}
Tasks[#Tasks+1] = AIGroup:TaskFunction( "AI_A2G_ENGAGE.RTBRoute", self )
Tasks[#Tasks+1] = AIGroup:TaskFunction( "AI_AIR.RTBRoute", self )
EngageRoute[#EngageRoute].task = AIGroup:TaskCombo( Tasks )