mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-27 15:37:03 +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.
|
||||
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)
|
||||
self:__Rearm(1, coordinate)
|
||||
-- Order group to rearm at a specific coordinate.
|
||||
self:Rearm(coordinate)
|
||||
|
||||
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