From ad55a73f86fb71b3dfddb86d9e1a32a88606b8c5 Mon Sep 17 00:00:00 2001 From: kcin2001 Date: Thu, 19 Sep 2019 15:34:06 -0700 Subject: [PATCH] add the flavor text for collar noms --- code/modules/vore/eating/living_vr.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/vore/eating/living_vr.dm b/code/modules/vore/eating/living_vr.dm index 0a4529e878..111c608b96 100644 --- a/code/modules/vore/eating/living_vr.dm +++ b/code/modules/vore/eating/living_vr.dm @@ -617,6 +617,10 @@ to_chat(src, "You can taste the flavor of gluttonous waste of food.") else if(istype(I,/obj/item/weapon/storage/glass_ornament)) to_chat(src, "You can taste the flavor of smooth glass.") + //TFF 10/7/19 - Add custom flavour for collars for trash can trait. + else if (istype(I,/obj/item/clothing/accessory/collar)) + visible_message("[src] demonstrates their voracious capabilities by swallowing [I] whole!") + to_chat(src, "You can taste the submissiveness in the wearer of [I]!") else if(istype(I,/obj/item/integrated_circuit) ||istype(I,/obj/item/weapon/circuitboard)) to_chat(src, "mmm crunchy computer chips.") else if(istype(I,/obj/item/weapon/cell))