From 16ba51b66c89cf9c0be5cc08fb0c93446ac0048e Mon Sep 17 00:00:00 2001 From: TimLV Date: Tue, 4 Jul 2023 12:18:47 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=B0=D1=81=D1=82=D0=BE=D0=BC=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=92=D0=BB=D0=B0=D0=B4=D0=B5=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- customs/config/vlades/vlades-duster.json | 5 +++++ customs/config/vlades/vlades-mask.json | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 customs/config/vlades/vlades-duster.json create mode 100644 customs/config/vlades/vlades-mask.json diff --git a/customs/config/vlades/vlades-duster.json b/customs/config/vlades/vlades-duster.json new file mode 100644 index 0000000000000..d0788f818ac57 --- /dev/null +++ b/customs/config/vlades/vlades-duster.json @@ -0,0 +1,5 @@ +{ + "ckey": "Vlades", + "character_name": "Snow", + "item_path": "/obj/item/clothing/suit/storage/hooded/duster" +} diff --git a/customs/config/vlades/vlades-mask.json b/customs/config/vlades/vlades-mask.json new file mode 100644 index 0000000000000..69f5c84cb1246 --- /dev/null +++ b/customs/config/vlades/vlades-mask.json @@ -0,0 +1,5 @@ +{ + "ckey": "Vlades", + "character_name": "Snow", + "item_path": "/obj/item/clothing/mask/gas/budget/dustmask" +}