Improved logic

This commit is contained in:
FlightControl
2018-09-05 16:33:31 +02:00
parent 31fba973e5
commit 01add98b7a
5 changed files with 7 additions and 380 deletions

View File

@@ -363,7 +363,6 @@ end
function AI_CARGO:onafterPickedUp( Carrier, From, Event, To, PickupZone )
self:F( { Carrier, From, Event, To } )
self.Transporting = true
Carrier:RouteResume()
end
@@ -474,7 +473,6 @@ end
function AI_CARGO:onafterDeployed( Carrier, From, Event, To, DeployZone )
self:F( { Carrier, From, Event, To, DeployZone = DeployZone } )
self.Transporting = false
self:__Guard( 0.1 )
end