From 559d83c36e7dfe0af01b941bd4f4bb02e97395d6 Mon Sep 17 00:00:00 2001 From: Firecage Date: Fri, 4 Jul 2014 16:56:33 +0200 Subject: [PATCH] Signed-off-by: Firecage --- .../mob/living/simple_animal/hostile/killertomato.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/killertomato.dm b/code/modules/mob/living/simple_animal/hostile/killertomato.dm index 7c9b63b063a..6b918e00ba5 100644 --- a/code/modules/mob/living/simple_animal/hostile/killertomato.dm +++ b/code/modules/mob/living/simple_animal/hostile/killertomato.dm @@ -19,13 +19,13 @@ ventcrawler = 2 faction = "plants" - min_oxy = 0 + min_oxy = 5 max_oxy = 0 min_tox = 0 - max_tox = 0 + max_tox = 5 min_co2 = 0 max_co2 = 0 min_n2 = 0 max_n2 = 0 - minbodytemp = 0 - maxbodytemp = 1500 + minbodytemp = 150 + maxbodytemp = 500