Merge pull request #1706 from FlightControl-Master/FF/Ops

static spawn
This commit is contained in:
Frank
2022-04-04 12:16:48 +02:00
committed by GitHub
4 changed files with 26 additions and 17 deletions

View File

@@ -23,7 +23,7 @@
-- @field Core.Set#SET_ZONE retreatZones Retreat zone set.
-- @extends Ops.Legion#LEGION
--- Be surprised!
--- *I am not afraid of an Army of lions lead by a sheep; I am afraid of sheep lead by a lion* -- Alexander the Great
--
-- ===
--

View File

@@ -6162,7 +6162,6 @@ function OPSGROUP:Teleport(Coordinate, Delay)
for i=1,#units do
local unit=units[i]
d[i]={x=Coordinate.x+(units[i].x-units[1].x), y=Coordinate.z+units[i].y-units[1].y}
--COORDINATE:NewFromVec2(d[i]):MarkToAll(unit.name.." teleported")
end
for i=#units,1,-1 do

View File

@@ -17,8 +17,7 @@
--
-- ### Author: **funkyfranky**
--
-- ==
--
-- ===
-- @module Ops.OpsTransport
-- @image OPS_OpsTransport.png
@@ -63,7 +62,7 @@
--
-- @extends Core.Fsm#FSM
--- *Victory is the beautiful, bright-colored flower. Transport is the stem without which it could never have blossomed.* -- Winston Churchill
--- *Victory is the beautiful, bright-colored flower; Transport is the stem without which it could never have blossomed* -- Winston Churchill
--
-- ===
--