mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Boarding of troops
This commit is contained in:
parent
31a7a4e993
commit
b29ce9b45e
@ -149,7 +149,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( 10 )
|
self:__Board( 10 )
|
||||||
self.CargoGroup:Board( CargoCarrier, 25 )
|
self.CargoGroup:Board( CargoCarrier, 100 )
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user