mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
Merge pull request #9319 from VOREStation/Verkister-patch-6
Fixes flavor double post on vore
This commit is contained in:
committed by
Chompstation Bot
parent
9788c05c8b
commit
edbf60861c
@@ -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]")
|
||||
|
||||
Reference in New Issue
Block a user