Update SCVIClothingBags.txt

This commit is contained in:
Manu
2023-04-10 17:27:14 +02:00
parent 0d2b32eada
commit d0417727ac
2 changed files with 4 additions and 2 deletions

View File

@@ -92,12 +92,14 @@ namespace SwitchGiftDataManager.Core
var category = (ClothingType9)id;
var description = category switch
{
ClothingType9.Uniform => Properties.Resources.SCVIClothingBags.Split(new String[] { "\n" }, StringSplitOptions.None)[opt],
ClothingType9.Bags => Properties.Resources.SCVIClothingBags.Split(new String[] { "\n" }, StringSplitOptions.None)[opt],
_ => "",
};
if (string.IsNullOrWhiteSpace(description))
description = $"{opt:X4}";
str = $"[{category}] {description}";
//str = $"[{category}] {description}";
str = $"{description}";
}
else
str = ((GiftType9)type).ToString();

View File

@@ -3045,7 +3045,7 @@ None
Canvas Backpack