From 3635b42335a5db82cda040dfe1ff3d43e6a33ef6 Mon Sep 17 00:00:00 2001
From: TheSardele <46876120+TheSardele@users.noreply.github.com>
Date: Wed, 19 Feb 2020 23:58:46 +0100
Subject: [PATCH] Adds a log
---
code/modules/hydroponics/grown/tomato.dm | 2 ++
1 file changed, 2 insertions(+)
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)