-- The infantry must only be 5 meters near.

This commit is contained in:
FlightControl_Master 2018-03-27 14:16:04 +02:00
parent 21a7bac4e0
commit b1a1c6c552

View File

@ -158,7 +158,7 @@ function AI_CARGO_TROOPS:onafterLoad( CargoCarrier, From, Event, To )
if CargoCarrier and CargoCarrier:IsAlive() then if CargoCarrier and CargoCarrier:IsAlive() then
CargoCarrier:RouteStop() CargoCarrier:RouteStop()
self:Board() self:Board()
self.CargoGroup:Board( CargoCarrier, 100 ) self.CargoGroup:Board( CargoCarrier, 5 )
end end
end end