Indicate subvariation colors

Recombining the values with a GUI editor TBD
This commit is contained in:
Kurt
2020-05-07 10:32:14 -07:00
parent 9388ecb576
commit 55022c85f4
5 changed files with 118 additions and 61 deletions

View File

@@ -65,7 +65,7 @@ private void FillRemake(IReadOnlyList<string> items)
string name = $"{remakeIndex:0000} V{variant:0} - {itemName}";
if (ItemRemakeInfoData.List.TryGetValue((short) remakeIndex, out var info))
name = $"{name} ({info.GetColorDescription(variant)})";
name = $"{name} ({info.GetBodyDescription(variant)})";
CLB_Remake.Items.Add(name, flag);
}