This commit is contained in:
FlightControl
2017-07-06 19:13:15 +02:00
parent 532a311db6
commit 70f48a3d53
2 changed files with 3 additions and 1 deletions

View File

@@ -168,6 +168,8 @@ do -- TASK_CARGO
local Fsm = self:GetUnitProcess()
Fsm:SetStartState( "Planned" )
Fsm:AddProcess ( "Planned", "Accept", ACT_ASSIGN_ACCEPT:New( self.TaskBriefing ), { Assigned = "SelectAction", Rejected = "Reject" } )