Update tomato.dm

This commit is contained in:
kevinz000
2018-11-20 10:57:56 -08:00
committed by GitHub
parent 0872780f81
commit 611bdad58e
+1 -1
View File
@@ -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)