Port missions to the new Paratroopers API.
This commit is contained in:
committed by
Matthias Mailänder
parent
c0587cc568
commit
d73ed7670a
@@ -143,7 +143,7 @@ InfiltrateTechCenter = function()
|
||||
|
||||
local Proxy = Actor.Create("powerproxy.paratroopers", false, { Owner = ussr })
|
||||
Utils.Do(ParadropWaypoints[Map.LobbyOption("difficulty")], function(waypoint)
|
||||
Proxy.SendParatroopers(waypoint.CenterPosition, false, Facing.South)
|
||||
Proxy.ActivateParatroopers(waypoint.CenterPosition, Facing.South)
|
||||
end)
|
||||
Proxy.Destroy()
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user