Merge pull request #9319 from VOREStation/Verkister-patch-6

Fixes flavor double post on vore
This commit is contained in:
Verkister
2020-11-17 22:06:00 +00:00
committed by Chompstation Bot
parent 9788c05c8b
commit edbf60861c
-4
View File
@@ -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, "<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]")