diff --git a/code/modules/vore/eating/living_vr.dm b/code/modules/vore/eating/living_vr.dm index a35fa5bf1b7..653dac4017f 100644 --- a/code/modules/vore/eating/living_vr.dm +++ b/code/modules/vore/eating/living_vr.dm @@ -519,10 +519,6 @@ if(!ishuman(user)) user.update_icons() - // Flavor handling - if(belly.can_taste && prey.get_taste_message(FALSE)) - to_chat(belly.owner, "[prey] tastes of [prey.get_taste_message(FALSE)].") - // Inform Admins if(pred == user) add_attack_logs(pred, prey, "Eaten via [belly.name]")