From d0634d9bb75ec20fb9fac0d87595f09a0c7049a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 15 Aug 2015 09:57:27 +0200 Subject: [PATCH] add missing weapon reference --- OpenRA.Mods.Cnc/Traits/SupportPowers/IonCannonPower.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")]