mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-23 21:35:45 +00:00
Updated Moose.lua
This commit is contained in:
File diff suppressed because it is too large
Load Diff
+16904
-4342
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+6968
-1455
File diff suppressed because it is too large
Load Diff
+7665
-1525
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -46,8 +46,8 @@ function armygroup:OnAfterOutOfAmmo()
|
|||||||
-- Get a coordinate near the rearming truck.
|
-- Get a coordinate near the rearming truck.
|
||||||
local coordinate=RearmingTruck:GetRandomCoordinate(10, 25)
|
local coordinate=RearmingTruck:GetRandomCoordinate(10, 25)
|
||||||
|
|
||||||
-- Order group to rearm at a specific coordinate after one second (need time to cancel the fire at point task)
|
-- Order group to rearm at a specific coordinate.
|
||||||
self:__Rearm(1, coordinate)
|
self:Rearm(coordinate)
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user