From e3ea7ad10e257edc091006b0a429014cdcbdb23d Mon Sep 17 00:00:00 2001 From: Verkister Date: Sun, 6 Aug 2023 18:23:35 +0300 Subject: [PATCH] Makes trasheat tease messages less oral-specific (#6736) --- code/modules/vore/eating/living_vr.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/vore/eating/living_vr.dm b/code/modules/vore/eating/living_vr.dm index 4f9ae0f0e5..6c85bea646 100644 --- a/code/modules/vore/eating/living_vr.dm +++ b/code/modules/vore/eating/living_vr.dm @@ -920,15 +920,15 @@ else to_chat(src, "You can taste the flavor of really bad ideas.") else if(istype(I,/obj/item/toy)) - visible_message("[src] demonstrates their voracious capabilities by swallowing [I] whole!") + visible_message("[src] demonstrates the voracious capabilities of their [lowertext(vore_selected.name)] by making [I] disappear!") //CHOMPEdit else if(istype(I,/obj/item/weapon/bikehorn/tinytether)) to_chat(src, "You feel a rush of power swallowing such a large, err, tiny structure.") - visible_message("[src] demonstrates their voracious capabilities by swallowing [I] whole!") + visible_message("[src] demonstrates the voracious capabilities of their [lowertext(vore_selected.name)] by making [I] disappear!") //CHOMPEdit else if(istype(I,/obj/item/device/mmi/digital/posibrain) || istype(I,/obj/item/device/aicard)) - visible_message("[src] demonstrates their voracious capabilities by swallowing [I] whole!") + visible_message("[src] demonstrates the voracious capabilities of their [lowertext(vore_selected.name)] by making [I] disappear!") //CHOMPEdit to_chat(src, "You can taste the sweet flavor of digital friendship. Or maybe it is something else.") else if(istype(I,/obj/item/device/paicard)) - visible_message("[src] demonstrates their voracious capabilities by swallowing [I] whole!") + visible_message("[src] demonstrates the voracious capabilities of their [lowertext(vore_selected.name)] by making [I] disappear!") //CHOMPEdit to_chat(src, "You can taste the sweet flavor of digital friendship.") var/obj/item/device/paicard/ourcard = I if(ourcard.pai && ourcard.pai.client && isbelly(ourcard.loc)) @@ -941,7 +941,7 @@ else to_chat(src, "You can taste the flavor of gluttonous waste of food.") else if (istype(I,/obj/item/clothing/accessory/collar)) - visible_message("[src] demonstrates their voracious capabilities by swallowing [I] whole!") + visible_message("[src] demonstrates the voracious capabilities of their [lowertext(vore_selected.name)] by making [I] disappear!") //CHOMPEdit to_chat(src, "You can taste the submissiveness in the wearer of [I]!") else if(iscapturecrystal(I)) var/obj/item/capture_crystal/C = I