From bc37d7169d34e40460bc2e8c5356d9f82a601422 Mon Sep 17 00:00:00 2001 From: dnqbob Date: Tue, 3 Oct 2023 11:42:15 +0800 Subject: [PATCH] GrantConditionOnDeployWithCharge requires no IMove --- .../Traits/Conditions/GrantConditionOnDeployWithCharge.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnDeployWithCharge.cs b/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnDeployWithCharge.cs index 4aabf3163b..6d32fc608e 100644 --- a/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnDeployWithCharge.cs +++ b/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnDeployWithCharge.cs @@ -18,7 +18,7 @@ using OpenRA.Traits; namespace OpenRA.Mods.Common.Traits { [Desc("Allow deploying on specified charge to grant a condition for a specified duration.")] - public class GrantConditionOnDeployWithChargeInfo : PausableConditionalTraitInfo, Requires, IRulesetLoaded + public class GrantConditionOnDeployWithChargeInfo : PausableConditionalTraitInfo, IRulesetLoaded { [FieldLoader.Require] [GrantedConditionReference]