From f70d6c55bdc594b94c2384834b05c3be5ce59550 Mon Sep 17 00:00:00 2001 From: abc013 Date: Tue, 30 Aug 2016 17:19:31 +0200 Subject: [PATCH] Doubled AdviceInterval of ResourceStorageWarning. --- OpenRA.Mods.Common/Traits/Player/ResourceStorageWarning.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Traits/Player/ResourceStorageWarning.cs b/OpenRA.Mods.Common/Traits/Player/ResourceStorageWarning.cs index 81c425dae4..7ab61d6d38 100644 --- a/OpenRA.Mods.Common/Traits/Player/ResourceStorageWarning.cs +++ b/OpenRA.Mods.Common/Traits/Player/ResourceStorageWarning.cs @@ -17,7 +17,7 @@ namespace OpenRA.Mods.Common.Traits public class ResourceStorageWarningInfo : ITraitInfo, Requires { [Desc("Interval, in seconds, at which to check if more storage is needed.")] - public readonly int AdviceInterval = 10; + public readonly int AdviceInterval = 20; [Desc("The percentage threshold above which a warning is played.")] public readonly int Threshold = 80;