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:
@@ -619,6 +619,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
{
|
||||
readonly MobileInfo unitType;
|
||||
readonly bool rejectMove;
|
||||
public bool OverrideSelection { get { return false; } }
|
||||
|
||||
public MoveOrderTargeter(Actor self, MobileInfo unitType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user