Fixes issues with support powers and adds property to all IOrderGenerator classes to determine priority over selection in the left-click order scheme.
This commit is contained in:
@@ -302,6 +302,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
{
|
||||
public string OrderID { get { return "Move"; } }
|
||||
public int OrderPriority { get { return 4; } }
|
||||
public bool OverrideSelection { get { return false; } }
|
||||
|
||||
readonly AircraftInfo info;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user