Rename ProductionQueue.BuildSpeed and change it's default value.

This commit is contained in:
Zimmermann Gyula
2016-05-18 11:14:51 +02:00
parent de10cb22e8
commit f80ac6e5c0
3 changed files with 13 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ namespace OpenRA.Mods.Common.Traits
public readonly int BuildDuration = -1;
[Desc("Percentage modifier to apply to the build duration.")]
public readonly int BuildDurationModifier = 150;
public readonly int BuildDurationModifier = 60;
// TODO: UI fluff; doesn't belong here
public readonly int BuildPaletteOrder = 9999;