From 95022aa643f2767152b7919cbc2d2919064f55b1 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 16 Dec 2020 16:27:59 -0500 Subject: [PATCH 1/3] Adds a reskinned webbing vest Basically a nudity permit with webbing. Adminspawn now, may make it loadout later. --- code/modules/clothing/under/accessories/storage_vr.dm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 code/modules/clothing/under/accessories/storage_vr.dm diff --git a/code/modules/clothing/under/accessories/storage_vr.dm b/code/modules/clothing/under/accessories/storage_vr.dm new file mode 100644 index 00000000000..519a363a7e8 --- /dev/null +++ b/code/modules/clothing/under/accessories/storage_vr.dm @@ -0,0 +1,6 @@ +/obj/item/clothing/accessory/storage/bluespace + name = "bluespace badge" + desc = "A small, shielded device capable of holding a number of items in it. Used for carrying items discreetly." + slot_flags = SLOT_TIE | SLOT_OCLOTHING + icon_state = "solbadge" + item_state = "badge" \ No newline at end of file From fb32d9f494721e876573fcbfacf417648ec3f000 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 16 Dec 2020 16:29:38 -0500 Subject: [PATCH 2/3] Missing sprite issue --- code/modules/clothing/under/accessories/storage_vr.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/clothing/under/accessories/storage_vr.dm b/code/modules/clothing/under/accessories/storage_vr.dm index 519a363a7e8..ac573a35643 100644 --- a/code/modules/clothing/under/accessories/storage_vr.dm +++ b/code/modules/clothing/under/accessories/storage_vr.dm @@ -1,6 +1,5 @@ /obj/item/clothing/accessory/storage/bluespace name = "bluespace badge" desc = "A small, shielded device capable of holding a number of items in it. Used for carrying items discreetly." - slot_flags = SLOT_TIE | SLOT_OCLOTHING icon_state = "solbadge" item_state = "badge" \ No newline at end of file From 99d0bdf67c9dbdd43e03c5c8a4458db9c528e508 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 16 Dec 2020 16:33:17 -0500 Subject: [PATCH 3/3] Adds to dme --- vorestation.dme | 1 + 1 file changed, 1 insertion(+) diff --git a/vorestation.dme b/vorestation.dme index e0aceda1938..98c8a6eb4c0 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -1995,6 +1995,7 @@ #include "code\modules\clothing\under\accessories\permits_vr.dm" #include "code\modules\clothing\under\accessories\shiny_vr.dm" #include "code\modules\clothing\under\accessories\storage.dm" +#include "code\modules\clothing\under\accessories\storage_vr.dm" #include "code\modules\clothing\under\accessories\torch.dm" #include "code\modules\clothing\under\accessories\torch_vr.dm" #include "code\modules\clothing\under\accessories\temperature\poncho.dm"