From a74aaf73c509583d0eafdded7d72bfbf4157ee8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 10 Jan 2016 07:28:19 +0100 Subject: [PATCH] Guard requires IMove --- OpenRA.Mods.Common/Traits/Guard.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Traits/Guard.cs b/OpenRA.Mods.Common/Traits/Guard.cs index d9b6eabf80..886a62a0de 100644 --- a/OpenRA.Mods.Common/Traits/Guard.cs +++ b/OpenRA.Mods.Common/Traits/Guard.cs @@ -20,7 +20,7 @@ using OpenRA.Traits; namespace OpenRA.Mods.Common.Traits { [Desc("The player can give this unit the order to follow and protect friendly units with the Guardable trait.")] - public class GuardInfo : ITraitInfo + public class GuardInfo : ITraitInfo, Requires { [VoiceReference] public readonly string Voice = "Action";