Merge pull request #7747 from Citadel-Station-13/kevinz000-patch-11

[s] killer tomato logging
This commit is contained in:
nik707
2018-11-30 21:53:39 -06:00
committed by GitHub
+1
View File
@@ -136,6 +136,7 @@
spawn(30)
if(!QDELETED(src))
investigate_log(INVESTIGATE_BOTANY, "[key_name(user)] released a killer tomato at [COORD(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)