Skip to content

Commit 50d1775

Browse files
committed
Updated Moose.lua
1 parent a430d0e commit 50d1775

9 files changed

Lines changed: 67011 additions & 14929 deletions

File tree

Core/Spawn/SPA-110 - Limit Spawning/MOOSE_Test_SPAWN_InitLimit.lua

Lines changed: 6985 additions & 1472 deletions
Large diffs are not rendered by default.

Core/Spawn/SPA-200 - Randomize Unit Types/MOOSE_Test_SPAWN_InitRandomizeTemplate.lua

Lines changed: 17109 additions & 4547 deletions
Large diffs are not rendered by default.

Core/Spawn/SPA-220 - Randomize Zones/Moose_Test_SPAWN_InitRandomizeZones.lua

Lines changed: 7312 additions & 1497 deletions
Large diffs are not rendered by default.

Core/Spawn/SPA-320 - Spawn at Unit position/Moose_Test_SPAWN_SpawnFromUnit.lua

Lines changed: 6985 additions & 1472 deletions
Large diffs are not rendered by default.

Core/Spawn/SPA-340 - Spawn at Vec3 position/Moose_Test_SPAWN_SpawnFromVec3.lua

Lines changed: 7663 additions & 1523 deletions
Large diffs are not rendered by default.

Functional/Sead/SEV-001 - SEAD Evasion/Moose_Test_SEAD.lua

Lines changed: 6985 additions & 1472 deletions
Large diffs are not rendered by default.

Ops/Armygroup/Armygroup - 050 - Rearm/Armygroup - 050 - Rearm.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ function armygroup:OnAfterOutOfAmmo()
4646
-- Get a coordinate near the rearming truck.
4747
local coordinate=RearmingTruck:GetRandomCoordinate(10, 25)
4848

49-
-- Order group to rearm at a specific coordinate after one second (need time to cancel the fire at point task)
50-
self:__Rearm(1, coordinate)
49+
-- Order group to rearm at a specific coordinate.
50+
self:Rearm(coordinate)
5151

5252
end
5353

Ops/CSAR/CSAR-100 - Caucasus/Moose_dev_small.lua

Lines changed: 6985 additions & 1472 deletions
Large diffs are not rendered by default.

Ops/CSAR/CSAR-100 - Nevada/Moose_dev_small.lua

Lines changed: 6985 additions & 1472 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)