From edbf60861c6ea55dbe6cd08a14edee34075e8dfb Mon Sep 17 00:00:00 2001 From: Verkister Date: Wed, 18 Nov 2020 00:05:36 +0200 Subject: [PATCH] Merge pull request #9319 from VOREStation/Verkister-patch-6 Fixes flavor double post on vore --- code/modules/vore/eating/living_vr.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/vore/eating/living_vr.dm b/code/modules/vore/eating/living_vr.dm index 915e543733..c2e04f022c 100644 --- a/code/modules/vore/eating/living_vr.dm +++ b/code/modules/vore/eating/living_vr.dm @@ -537,10 +537,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]")