diff --git a/SwitchGiftDataManager.Core/Classes/WCManager/GiftData/OtherGift.cs b/SwitchGiftDataManager.Core/Classes/WCManager/GiftData/OtherGift.cs index c5779fd..ed63dca 100644 --- a/SwitchGiftDataManager.Core/Classes/WCManager/GiftData/OtherGift.cs +++ b/SwitchGiftDataManager.Core/Classes/WCManager/GiftData/OtherGift.cs @@ -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(); diff --git a/SwitchGiftDataManager.Core/Resources/SCVIClothingBags.txt b/SwitchGiftDataManager.Core/Resources/SCVIClothingBags.txt index 290560b..dd17a46 100644 --- a/SwitchGiftDataManager.Core/Resources/SCVIClothingBags.txt +++ b/SwitchGiftDataManager.Core/Resources/SCVIClothingBags.txt @@ -3045,7 +3045,7 @@ None - +Canvas Backpack