From 3abc85b588d9f2761b81f2b6434e2d34b756c330 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 9 Sep 2018 19:40:57 +0100 Subject: [PATCH] Add a Desc for Buildable.BuildPaletteOrder. Also removes the long-outdated UI-fluff comment. --- OpenRA.Mods.Common/Traits/Buildable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Traits/Buildable.cs b/OpenRA.Mods.Common/Traits/Buildable.cs index 3eae829023..7533b360cc 100644 --- a/OpenRA.Mods.Common/Traits/Buildable.cs +++ b/OpenRA.Mods.Common/Traits/Buildable.cs @@ -46,7 +46,7 @@ namespace OpenRA.Mods.Common.Traits [Desc("Percentage modifier to apply to the build duration.")] public readonly int BuildDurationModifier = 60; - // TODO: UI fluff; doesn't belong here + [Desc("Sort order for the production palette. Smaller numbers are presented earlier.")] public readonly int BuildPaletteOrder = 9999; [Desc("Text shown in the production tooltip.")]