mirror of
https://github.com/Manu098vm/Switch-Gift-Data-Manager.git
synced 2026-08-28 05:44:02 -05:00
Update SCVIClothingBags.txt
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -3045,7 +3045,7 @@ None
|
||||
|
||||
|
||||
|
||||
|
||||
Canvas Backpack
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user