mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge pull request #441 from FlightControl-Master/master-353-task-cargo-transport
Master 353 task cargo transport
This commit is contained in:
commit
86715794d7
@ -701,7 +701,7 @@ function CARGO_UNIT:onafterBoard( From, Event, To, CargoCarrier, NearRadius, ...
|
||||
if self:IsNear( CargoCarrier:GetPointVec2(), NearRadius ) then
|
||||
self:Load( CargoCarrier, NearRadius, ... )
|
||||
else
|
||||
self:__Boarding( -1, CargoCarrier, NearRadius )
|
||||
self:__Boarding( 1, CargoCarrier, NearRadius )
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user