From ec29d628bcb232aad5dc7916213d27440eac8fe6 Mon Sep 17 00:00:00 2001 From: lukevale <37498521+lukevale@users.noreply.github.com> Date: Fri, 30 Mar 2018 11:46:29 -0500 Subject: [PATCH] noel uniform --- code/modules/vore/fluffstuff/custom_boxes_yw.dm | 3 ++- code/modules/vore/fluffstuff/custom_clothes_yw.dm | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/code/modules/vore/fluffstuff/custom_boxes_yw.dm b/code/modules/vore/fluffstuff/custom_boxes_yw.dm index 203503437f..b6e08cbba4 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_yw.dm @@ -337,4 +337,5 @@ has_items = list ( /obj/item/clothing/glasses/hud/health/aviator/prescription/fluff/noel_glasses, /obj/item/clothing/suit/storage/toggle/hoodie/fluff/noel_hoodie, - /obj/item/clothing/ears/earings/fluff/noel_earings) \ No newline at end of file + /obj/item/clothing/ears/earings/fluff/noel_earings, + /obj/item/clothing/under/fluff/noel_uniform) \ No newline at end of file diff --git a/code/modules/vore/fluffstuff/custom_clothes_yw.dm b/code/modules/vore/fluffstuff/custom_clothes_yw.dm index 14a5cdde38..f2093827e8 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_yw.dm @@ -1044,3 +1044,10 @@ usr << "You put on the right earring." update_clothing_icon() + +/obj/item/clothing/under/fluff/noel_uniform + name = "noel's uniform" + desc = "A sweater with a skirt attached to it. Under the skirt is a set of shorts that cling to the body, showing a bulge very well if there is one." + icon = 'icons/vore/custom_clothes_yw.dmi' + icon_state = "noel_uniform" + icon_override = 'icons/vore/custom_onmob_yw.dmi' \ No newline at end of file