This commit is contained in:
Fox-McCloud
2015-05-28 22:06:32 -04:00
parent 46b64986d0
commit 8467d4d438
@@ -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("<span class='danger'>The [src.name]'s stare chills [L.name] to the bone!</span>")
return