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.",