mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-18 18:25:14 +00:00
Updated Moose.lua
This commit is contained in:
@@ -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