diff --git a/code/modules/vore/eating/living_vr.dm b/code/modules/vore/eating/living_vr.dm
index 7cbb9882c9..be16db64d8 100644
--- a/code/modules/vore/eating/living_vr.dm
+++ b/code/modules/vore/eating/living_vr.dm
@@ -402,8 +402,8 @@
user.update_icons()
// Flavor handling
- if(prey.get_taste_message(0))
- to_chat(src, "[prey] tastes of [prey.get_taste_message(0)].")
+ if(belly_target.can_taste && prey.get_taste_message(0))
+ to_chat(belly_target.owner, "[prey] tastes of [prey.get_taste_message(0)].")
// Inform Admins
if (pred == user)