diff --git a/code/modules/hydroponics/grown/tomato.dm b/code/modules/hydroponics/grown/tomato.dm index 873b08f151e..280a0a18554 100644 --- a/code/modules/hydroponics/grown/tomato.dm +++ b/code/modules/hydroponics/grown/tomato.dm @@ -150,4 +150,6 @@ K.visible_message("The Killer Tomato growls as it suddenly awakens.") if(user) user.unEquip(src) + message_admins("[key_name_admin(usr)] released a killer tomato at ([x],[y],[z] - JMP)") + log_game("[key_name(usr)] released a killer tomato at ([x],[y],[z])") qdel(src)