From 5b00c12ca3d1ea7f908b0fc61d9bcfd7dbda5c19 Mon Sep 17 00:00:00 2001 From: Mustafa Alperen Seki Date: Sat, 29 Sep 2018 16:37:31 +0300 Subject: [PATCH] Change default value of LowPowerModifier to 100 --- OpenRA.Mods.Common/Traits/Player/ProductionQueue.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Traits/Player/ProductionQueue.cs b/OpenRA.Mods.Common/Traits/Player/ProductionQueue.cs index 3bc82fe340..52440f2d04 100644 --- a/OpenRA.Mods.Common/Traits/Player/ProductionQueue.cs +++ b/OpenRA.Mods.Common/Traits/Player/ProductionQueue.cs @@ -48,7 +48,7 @@ namespace OpenRA.Mods.Common.Traits public readonly int QueueLimit = 0; [Desc("The build time is multiplied with this percentage on low power.")] - public readonly int LowPowerModifier = 300; + public readonly int LowPowerModifier = 100; [NotificationReference("Speech")] [Desc("Notification played when production is complete.",