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))