From ac9440956b5438f4e447825c5b9c10b58cf4c699 Mon Sep 17 00:00:00 2001 From: Ketrai Date: Sat, 15 Jul 2017 19:43:40 +0200 Subject: [PATCH 1/2] Add approved fluff item: pink bear hat. link to approved form : https://forum.vore-station.net/viewtopic.php?f=26&t=956 First time I'm adding fluff, no idea if this is how I'm supposed to do it, just tried to follow the instructions. --- code/modules/vore/fluffstuff/custom_clothes_vr.dm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 151dbb8247..b247cbeb1e 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -24,6 +24,17 @@ */ +//ketrai:Ketrai +/obj/item/clothing/under/fluff/ketrai + name = "Pink Bear Hat" + desc = "A pink space bear hat, the origins are unknown" + + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "bearpelt" + + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "ketraibearpelt" + //benemuel:Yuuko Shimmerpond /obj/item/clothing/under/fluff/sakura_hokkaido_kimono name = "Sakura Kimono" From 55402f1c730136194cffc0e7827ff6c1bb14025b Mon Sep 17 00:00:00 2001 From: Ketrai Date: Tue, 18 Jul 2017 20:53:51 +0200 Subject: [PATCH 2/2] Update custom_clothes_vr.dm --- code/modules/vore/fluffstuff/custom_clothes_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index b247cbeb1e..af9de7b029 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -25,7 +25,7 @@ */ //ketrai:Ketrai -/obj/item/clothing/under/fluff/ketrai +/obj/item/clothing/head/fluff/ketrai name = "Pink Bear Hat" desc = "A pink space bear hat, the origins are unknown"