Fixes flavor double post on vore

The flavor message is already handled by the belly obj Entered proc, so having it in the ingestion proc as well is kinda redundant.
This commit is contained in:
Verkister
2020-11-17 14:46:55 +02:00
committed by GitHub
parent 2ed936c6ee
commit 6ec9c2ebb5
-4
View File
@@ -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, "<span class='notice'>[prey] tastes of [prey.get_taste_message(FALSE)].</span>")
// Inform Admins
if(pred == user)
add_attack_logs(pred, prey, "Eaten via [belly.name]")