From 5a780577b961eef8765e51a6ae3bda20a7dd8a3d Mon Sep 17 00:00:00 2001 From: Mustafa Alperen Seki Date: Fri, 6 Jul 2018 19:12:39 +0300 Subject: [PATCH] Add Desc() field to GrantConditionOnDeployInfo. --- OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnDeploy.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnDeploy.cs b/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnDeploy.cs index 092b991a72..66d197c573 100644 --- a/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnDeploy.cs +++ b/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnDeploy.cs @@ -20,6 +20,8 @@ using OpenRA.Traits; namespace OpenRA.Mods.Common.Traits { + [Desc("Grants a condition when a deploy order is issued." + + "Can be paused with the granted condition to disable undeploying.")] public class GrantConditionOnDeployInfo : PausableConditionalTraitInfo { [GrantedConditionReference]