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