Harvesters no longer block each other during low-ore contention and wait for a random amount of time while idle to search for more resources.

This commit is contained in:
James Dunne
2012-06-24 17:01:21 -05:00
parent 80123b6aa4
commit 845379e577
4 changed files with 44 additions and 6 deletions

View File

@@ -132,6 +132,7 @@ namespace OpenRA.Traits
}
public interface IMove : ITeleportable { int Altitude { get; set; } }
public interface INotifyBlockingMove { void OnNotifyBlockingMove(Actor self, Actor blocking, CPos cell); }
public interface IFacing
{