Remove OLDLST campaign overrides.
This commit is contained in:
committed by
Matthias Mailänder
parent
717b9ba1e6
commit
f661d1ba48
@@ -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 }))
|
||||
|
||||
Reference in New Issue
Block a user