From 685f85b1ad28aa77e6ff258045ef57edb823b29f Mon Sep 17 00:00:00 2001 From: Tornado Tech <54727692+Tornado-Technology@users.noreply.github.com> Date: Wed, 10 Apr 2024 13:33:39 +1000 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=BB=D0=B0=D0=B3=D0=B8=20=D0=B2=20?= =?UTF-8?q?=D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D1=83=20=D0=BE=D0=B4=D0=B5?= =?UTF-8?q?=D0=B6=D0=B4=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Client/Clothing/ClientClothingSystem.cs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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!;