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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user