From d1f89c6217d6141768603653d51a4dad2c829052 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Thu, 3 Oct 2019 00:10:21 +0200 Subject: [PATCH] Update the Desc of GrantCondition --- OpenRA.Mods.Common/Scripting/Properties/ConditionProperties.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Scripting/Properties/ConditionProperties.cs b/OpenRA.Mods.Common/Scripting/Properties/ConditionProperties.cs index 013c294979..cf23aed651 100644 --- a/OpenRA.Mods.Common/Scripting/Properties/ConditionProperties.cs +++ b/OpenRA.Mods.Common/Scripting/Properties/ConditionProperties.cs @@ -31,7 +31,7 @@ namespace OpenRA.Mods.Common.Scripting [Desc("Grant an external condition on this actor and return the revocation token.", "Conditions must be defined on an ExternalConditions trait on the actor.", - "If duration > 0 the condition will be automatically revoked after the defined number of ticks")] + "If duration > 0 the condition will be automatically revoked after the defined number of ticks.")] public int GrantCondition(string condition, int duration = 0) { var external = externalConditions