From 8e62186c6c1c85b156ef56df5d97019959b0bb68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Fri, 19 Feb 2016 09:49:41 +0100 Subject: [PATCH] Require MissileWeapon. --- OpenRA.Mods.Common/Traits/SupportPowers/NukePower.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Traits/SupportPowers/NukePower.cs b/OpenRA.Mods.Common/Traits/SupportPowers/NukePower.cs index 5be4e41b80..d8a1918d7c 100644 --- a/OpenRA.Mods.Common/Traits/SupportPowers/NukePower.cs +++ b/OpenRA.Mods.Common/Traits/SupportPowers/NukePower.cs @@ -21,7 +21,7 @@ namespace OpenRA.Mods.Common.Traits { class NukePowerInfo : SupportPowerInfo, IRulesetLoaded, Requires { - [WeaponReference] + [WeaponReference, FieldLoader.Require] [Desc("Weapon to use for the impact.", "Also image to use for the missile.")] public readonly string MissileWeapon = "";