From b5b1db10a8338f5f405f7dfcfbce3af684c728f9 Mon Sep 17 00:00:00 2001 From: Verkister Date: Wed, 24 May 2023 08:00:09 +0300 Subject: [PATCH] Makes object vore little less cringe There is no ethical consumption under capitalism or something idk. Skill issue. --- code/modules/vore/eating/living_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/eating/living_vr.dm b/code/modules/vore/eating/living_vr.dm index 71ba527435..e24ecdb714 100644 --- a/code/modules/vore/eating/living_vr.dm +++ b/code/modules/vore/eating/living_vr.dm @@ -959,7 +959,7 @@ else to_chat(src, "You can taste the flavor of garbage. Delicious.") return - to_chat(src, "This item is not appropriate for ethical consumption.") + to_chat(src, "This snack is too powerful to go down that easily.") //CHOMPEdit return /mob/living/proc/eat_minerals() //Actual eating abstracted so the user isn't given a prompt due to an argument in this verb.