mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Update Controllable.lua
This commit is contained in:
parent
0a570da986
commit
c3cc76c15b
@ -1176,7 +1176,6 @@ function CONTROLLABLE:TaskEmbarkToTransport(Coordinate, Radius)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
self:E(EmbarkToTransport)
|
|
||||||
return EmbarkToTransport
|
return EmbarkToTransport
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -1196,7 +1195,8 @@ function CONTROLLABLE:TaskDisembarkFromTransport(Coordinate, Radius)
|
|||||||
x=Coordinate.x,
|
x=Coordinate.x,
|
||||||
y=Coordinate.y,
|
y=Coordinate.y,
|
||||||
zoneRadius=Radius,
|
zoneRadius=Radius,
|
||||||
}}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return DisembarkFromTransport
|
return DisembarkFromTransport
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user