Mission Progress Report added

This reports lists for the tasks in the mission which players have made
progress for that task.
This commit is contained in:
FlightControl
2017-06-25 07:28:55 +02:00
parent 6a2869138e
commit 6b920ea3f4
4 changed files with 113 additions and 4 deletions

View File

@@ -266,6 +266,18 @@ do -- TASK_A2A
local ActRouteTarget = ProcessUnit:GetProcess( "Engaging", "RouteToTargetZone" ) -- Actions.Act_Route#ACT_ROUTE_ZONE
return ActRouteTarget:GetZone()
end
function TASK_A2A:SetGoalTotal()
self.GoalTotal = self.TargetSetUnit:Count()
end
function TASK_A2A:GetGoalTotal()
return self.GoalTotal
end
end
@@ -386,8 +398,7 @@ do -- TASK_A2A_INTERCEPT
return self
end
end