Make AirstrikePowerInfo.UnitType require AircraftInfo
This commit is contained in:
@@ -21,7 +21,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
{
|
||||
public class AirstrikePowerInfo : SupportPowerInfo
|
||||
{
|
||||
[ActorReference]
|
||||
[ActorReference(typeof(AircraftInfo))]
|
||||
public readonly string UnitType = "badr.bomber";
|
||||
public readonly int SquadSize = 1;
|
||||
public readonly WVec SquadOffset = new WVec(-1536, 1536, 0);
|
||||
|
||||
Reference in New Issue
Block a user