diff --git a/code/modules/vore/eating/living_vr.dm b/code/modules/vore/eating/living_vr.dm
index 606ce6f8ad..8efb71ada9 100644
--- a/code/modules/vore/eating/living_vr.dm
+++ b/code/modules/vore/eating/living_vr.dm
@@ -957,7 +957,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.