Failed is now working. Scoring working on Task level now ...

This commit is contained in:
FlightControl
2016-11-29 10:40:01 +01:00
parent 354a9333c6
commit f9eb19e0f5
7 changed files with 100 additions and 77 deletions

View File

@@ -38,7 +38,7 @@ do -- TASK_A2G
-- @param Zone#ZONE_BASE TargetZone
-- @return #TASK_A2G self
function TASK_A2G:New( Mission, SetGroup, TaskName, TaskType, TargetSetUnit, TargetZone, FACUnit )
local self = BASE:Inherit( self, TASK_BASE:New( Mission, SetGroup, TaskName, TaskType, "A2G" ) )
local self = BASE:Inherit( self, TASK_BASE:New( Mission, SetGroup, TaskName, TaskType ) )
self:F()
self.TargetSetUnit = TargetSetUnit