Remove OLDLST campaign overrides.

This commit is contained in:
Paul Chote
2021-02-13 15:23:14 +00:00
committed by Matthias Mailänder
parent 717b9ba1e6
commit f661d1ba48
25 changed files with 9 additions and 160 deletions

View File

@@ -40,7 +40,7 @@ InitObjectives = function(player)
end
ReinforceWithLandingCraft = function(player, units, transportStart, transportUnload, rallypoint)
local transport = Actor.Create("oldlst", true, { Owner = player, Facing = Angle.North, Location = transportStart })
local transport = Actor.Create("lst", true, { Owner = player, Facing = Angle.North, Location = transportStart })
local subcell = 0
Utils.Do(units, function(a)
transport.LoadPassenger(Actor.Create(a, false, { Owner = transport.Owner, Facing = transport.Facing, Location = transportUnload, SubCell = subcell }))