diff --git a/Moose Development/Moose/Wrapper/Controllable.lua b/Moose Development/Moose/Wrapper/Controllable.lua index 88d8b8e62..dd8fabff0 100644 --- a/Moose Development/Moose/Wrapper/Controllable.lua +++ b/Moose Development/Moose/Wrapper/Controllable.lua @@ -1620,7 +1620,7 @@ function CONTROLLABLE:TaskRouteToZone( Zone, Randomize, Speed, Formation ) PointFrom.x = ControllablePoint.x PointFrom.y = ControllablePoint.y PointFrom.type = "Turning Point" - PointFrom.action = "Cone" + PointFrom.action = Formation or "Cone" PointFrom.speed = 20 / 1.6