From c634235064c88819bd73efebe8ed9aa5a80a6cdd Mon Sep 17 00:00:00 2001 From: Natje0 Date: Thu, 12 Oct 2017 03:37:52 +0200 Subject: [PATCH] Costum_clothes code for Awens clothes. --- .../vore/fluffstuff/custom_clothes_vr.dm | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index f8564fd356..c79b72afa3 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -24,6 +24,39 @@ */ +//Natje: Awen Henry +/obj/item/clothing/head/fluff/awoo + name = "Wolfgirl Hat" + desc = "An odd, small hat with two strings attached to it." + + icon_state = "awoohat" + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_override = 'icons/vore/custom_onmob_vr.dmi' + +//Natje: Awen Henry +/obj/item/clothing/shoes/fluff/awoo + name = "Red Sandals" + desc = "A pair of sandals that make you want to awoo!" + + icon_state = "awoosandals" + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_override = 'icons/vore/custom_onmob_vr.dmi' + +//Natje: Awen Henry +/obj/item/clothing/under/fluff/awoo + name = "Wolfgirl Clothes" + desc = "A set of clothes almost identical to those Wolf Girls always wear..." + + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "awoouni" + worn_state = "awoouni_mob" + rolled_sleeves = 0 + rolled_down = 0 + + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "awoouni_mob" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS + //SpoopyLizz: Roiz Lizden /obj/item/clothing/suit/storage/hooded/wintercoat/roiz name = "dinosaur winter coat"