Doubled AdviceInterval of ResourceStorageWarning.

This commit is contained in:
abc013
2016-08-30 17:19:31 +02:00
parent 02fecc4d87
commit f70d6c55bd

View File

@@ -17,7 +17,7 @@ namespace OpenRA.Mods.Common.Traits
public class ResourceStorageWarningInfo : ITraitInfo, Requires<PlayerResourcesInfo>
{
[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;