From 8467d4d43801211d499ba7c6809ee40f7d771d25 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Thu, 28 May 2015 22:06:32 -0400 Subject: [PATCH] oops --- code/modules/mob/living/simple_animal/hostile/mining_mobs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/mining_mobs.dm b/code/modules/mob/living/simple_animal/hostile/mining_mobs.dm index 1afde85d5a0..8fa326b2e64 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining_mobs.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining_mobs.dm @@ -98,8 +98,8 @@ stance = HOSTILE_STANCE_ATTACK if(isliving(target)) var/mob/living/L = target - if(L.bodytemperature > 200) - L.bodytemperature = 200 + if(L.bodytemperature > 261) + L.bodytemperature = 261 visible_message("The [src.name]'s stare chills [L.name] to the bone!") return