Fix harvester dock sequence names
This commit is contained in:
@@ -13,13 +13,12 @@ using System.Collections.Generic;
|
||||
using OpenRA.Activities;
|
||||
using OpenRA.Mods.Common.Activities;
|
||||
using OpenRA.Mods.Common.Traits;
|
||||
using OpenRA.Mods.RA.Activities;
|
||||
using OpenRA.Mods.RA.Traits;
|
||||
using OpenRA.Traits;
|
||||
|
||||
namespace OpenRA.Mods.Cnc.Activities
|
||||
{
|
||||
public class HarvesterDockSequence : Activity
|
||||
public class TDHarvesterDockSequence : Activity
|
||||
{
|
||||
enum State { Wait, Turn, DragIn, Dock, Loop, Undock, DragOut }
|
||||
static readonly WVec DockOffset = new WVec(-640, 341, 0);
|
||||
@@ -30,7 +29,7 @@ namespace OpenRA.Mods.Cnc.Activities
|
||||
State state;
|
||||
|
||||
WPos startDock, endDock;
|
||||
public HarvesterDockSequence(Actor self, Actor proc)
|
||||
public TDHarvesterDockSequence(Actor self, Actor proc)
|
||||
{
|
||||
this.proc = proc;
|
||||
state = State.Turn;
|
||||
Reference in New Issue
Block a user