mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
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:
@@ -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]")
|
||||
|
||||
Reference in New Issue
Block a user