diff --git a/OpenRA.Mods.Cnc/Traits/SupportPowers/IonCannonPower.cs b/OpenRA.Mods.Cnc/Traits/SupportPowers/IonCannonPower.cs index 0eedfc3af1..b85aaf83f8 100644 --- a/OpenRA.Mods.Cnc/Traits/SupportPowers/IonCannonPower.cs +++ b/OpenRA.Mods.Cnc/Traits/SupportPowers/IonCannonPower.cs @@ -29,7 +29,7 @@ namespace OpenRA.Mods.Cnc.Traits public readonly string Effect = "ionsfx"; public readonly string EffectPalette = "effect"; - [Desc("Which weapon to fire")] + [Desc("Which weapon to fire"), WeaponReference] public readonly string Weapon = "IonCannon"; [Desc("Apply the weapon impact this many ticks into the effect")]