From b1dde97d981e0be1561e75ccf8931d283be57a96 Mon Sep 17 00:00:00 2001 From: CRTXBacon <34610106+CRTXBacon@users.noreply.github.com> Date: Sun, 12 Apr 2020 02:05:14 +0100 Subject: [PATCH] Add files via upload --- code/modules/vore/fluffstuff/custom_clothes_vr.dm | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index ece0457efa1..39d4a36d500 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1939,7 +1939,7 @@ Departamental Swimsuits, for general use /obj/item/clothing/accessory/poncho/roles/cloak/hop/fluff/pip/equipped() //Because otherwise it gets reset every time ..() icon_override = 'icons/vore/custom_clothes_vr.dmi' - + //CappyCat:Cappy Fuzzlyfeathers /obj/item/clothing/accessory/watch name = "silver pocket watch" @@ -1948,8 +1948,18 @@ Departamental Swimsuits, for general use icon_state = "deadringer" w_class = ITEMSIZE_SMALL slot_flags = SLOT_ID | SLOT_BELT | SLOT_TIE - + //Pimientopyro:Zaku Fyodorovna /obj/item/clothing/suit/varsity/green/sweater_vest name = "green sweater vest" desc = "A green argyle sweater vest with a white undershirt, a must for long winter nights and looking like a dork." + +//Azura Chitin: Azura Chitin +/obj/item/clothing/accessory/collar/azura + name = "Azura's collar" + desc = "A black collar with green patterns, reminiscent of tribal tattoos. Regardless of what the front of the tag says, the back of it reads \"Azura Chitin\"." + icon = 'icons/vore/custom_items_vr.dmi' + icon_state = "azuracollar" + + icon_override = 'icons/vore/custom_onmob_vr.dmi' + icon_state = "azuracollar"