From 7a2386dac0b8d48dfd50457ec0a3f774b75c430a Mon Sep 17 00:00:00 2001 From: saysage <31356067+saysage@users.noreply.github.com> Date: Sat, 14 Oct 2017 21:30:57 +0300 Subject: [PATCH] Update custom_clothes_vr.dm --- .../vore/fluffstuff/custom_clothes_vr.dm | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index c79b72afa3..7faae9d2cd 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1400,6 +1400,30 @@ Departamental Swimsuits, for general use icon = 'icons/vore/custom_clothes_vr.dmi' icon_state = "alfonso_visor" icon_override = 'icons/vore/custom_onmob_vr.dmi' + +//JackNoir413: Mor Xaina +/obj/item/clothing/under/fluff/morunder + desc = "Fashionable grey top, combined with black shorts. Fancy!" + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "morunder" + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "morunder_mob" + +//JackNoir413: Mor Xaina +/obj/item/clothing/gloves/fluff/morsleeves + desc = "Cute long armwarmers. Sadly, they don't cover fingers." + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "morsleeves" + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "morsleeves_mob" + +//JackNoir413: Mor Xaina +/obj/item/clothing/shoes/fluff/morthighs + desc = "Striped, soft thigh-high socks with no fingers. Must be hard to wash them..." + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "morthighs" + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "morthighs_mob" //Jackets For General Use. Sprited by Joji. /obj/item/clothing/suit/storage/fluff/jacket //Not the toggle version since it uses custom toggle code to update the on-mob icon.