Finish Cargo/AI_Cargo_Helicopter

This commit is contained in:
FlightControl_Master
2018-05-14 06:53:45 +02:00
parent 0e0ab3507c
commit 7598a6ce5c
2 changed files with 2 additions and 2 deletions

View File

@@ -311,7 +311,7 @@ function AI_CARGO_DISPATCHER:onafterMonitor()
if self.HomeZone then
if not self.CarrierHome[Carrier] then
self.CarrierHome[Carrier] = true
AI_Cargo:__Home( 10, self.HomeZone:GetRandomPointVec2() )
AI_Cargo:__Home( 60, self.HomeZone:GetRandomPointVec2() )
end
end
end