Warehouse v0.1.3

This commit is contained in:
funkyfranky
2018-08-10 16:26:39 +02:00
parent 06688366c6
commit 195459d6d8
2 changed files with 331 additions and 176 deletions

View File

@@ -123,6 +123,8 @@ function AI_CARGO_DISPATCHER:New( SetCarrier, SetCargo )
self:AddTransition( "*", "Unloaded", "*" )
self:AddTransition( "*", "Home", "*" )
self:AddTransition( "*", "RTB", "*" ) --FF
self:AddTransition( "*", "BackHome", "*" ) --FF
self.MonitorTimeInterval = 30
self.DeployRadiusInner = 200