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