From 611bdad58eec3f6463f90fccf773d4cc7247f83a Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Tue, 20 Nov 2018 10:57:56 -0800 Subject: [PATCH] Update tomato.dm --- code/modules/hydroponics/grown/tomato.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/grown/tomato.dm b/code/modules/hydroponics/grown/tomato.dm index a143ccee2f..16daa12f16 100644 --- a/code/modules/hydroponics/grown/tomato.dm +++ b/code/modules/hydroponics/grown/tomato.dm @@ -136,7 +136,7 @@ spawn(30) if(!QDELETED(src)) - investigate_log(INVESTIGATE_BOTANY, "[key_name(user)] released a killer tomato at [COORD(get_turf(src.loc))]") + investigate_log(INVESTIGATE_BOTANY, "[key_name(user)] released a killer tomato at [COORD(get_turf(src))]") var/mob/living/simple_animal/hostile/killertomato/K = new /mob/living/simple_animal/hostile/killertomato(get_turf(src.loc)) K.maxHealth += round(seed.endurance / 3) K.melee_damage_lower += round(seed.potency / 10)