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..ac573a35643 --- /dev/null +++ b/code/modules/clothing/under/accessories/storage_vr.dm @@ -0,0 +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." + icon_state = "solbadge" + item_state = "badge" \ No newline at end of file diff --git a/vorestation.dme b/vorestation.dme index fb8fbe4fc20..7c0988cbada 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"