diff --git a/Content.Client/Clothing/ClientClothingSystem.cs b/Content.Client/Clothing/ClientClothingSystem.cs index 7e78ac7d70..377bd3f2a7 100644 --- a/Content.Client/Clothing/ClientClothingSystem.cs +++ b/Content.Client/Clothing/ClientClothingSystem.cs @@ -36,13 +36,20 @@ public sealed class ClientClothingSystem : ClothingSystem {Jumpsuit, "INNERCLOTHING"}, {"neck", "NECK"}, {"back", "BACKPACK"}, - {"belt", "BELT"}, + {"belt1", "BELT1"}, + {"belt2", "BELT2"}, {"gloves", "HAND"}, {"shoes", "FEET"}, {"id", "IDCARD"}, {"pocket1", "POCKET1"}, {"pocket2", "POCKET2"}, {"suitstorage", "SUITSTORAGE"}, + {"ring1", "RING1"}, + {"ring2", "RING2"}, + {"pants", "PANTS"}, + {"shirt", "SHIRT"}, + {"cloak", "CLOAK"}, + {"keys", "KEYS"}, }; [Dependency] private readonly IResourceCache _cache = default!;