mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
@@ -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
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user