mirror of
https://github.com/kwsch/NHSE.git
synced 2026-09-08 11:15:19 -05:00
Indicate subvariation colors
Recombining the values with a GUI editor TBD
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user