Guard requires IMove

This commit is contained in:
Matthias Mailänder
2016-01-10 07:28:19 +01:00
parent 5b263e3cdb
commit a74aaf73c5

View File

@@ -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<IMoveInfo>
{
[VoiceReference] public readonly string Voice = "Action";