Remove Selectable boolean from Selectable trait
Add work-around for ta/td bridge huts since they need actor Bounds to be targetable by C4/engineer repair.
This commit is contained in:
@@ -15,9 +15,9 @@ using OpenRA.Graphics;
|
||||
|
||||
namespace OpenRA.Traits
|
||||
{
|
||||
[Desc("This actor is selectable. Defines bounds of selectable area and selection priority.")]
|
||||
public class SelectableInfo : ITraitInfo
|
||||
{
|
||||
public readonly bool Selectable = true;
|
||||
public readonly int Priority = 10;
|
||||
[Desc("Bounds for the selectable area.")]
|
||||
public readonly int[] Bounds = null;
|
||||
|
||||
Reference in New Issue
Block a user