This commit is contained in:
mwerezak
2015-10-26 14:50:52 -04:00
parent a3027febee
commit 28db4587f2
2 changed files with 3 additions and 0 deletions
@@ -687,6 +687,8 @@
/mob/living/carbon/human/proc/stabilize_body_temperature()
if (species.passive_temp_gain) // We produce heat naturally.
bodytemperature += species.passive_temp_gain
if (species.body_temperature == null)
return //this species doesn't have metabolic thermoregulation
var/body_temperature_difference = species.body_temperature - bodytemperature
@@ -270,6 +270,7 @@
heat_level_2 = 1000
heat_level_3 = 2000
body_temperature = null
passive_temp_gain = 10 // This should cause IPCs to stabilize at ~80 C in a 20 C environment.
flags = CAN_JOIN | IS_WHITELISTED | NO_BREATHE | NO_SCAN | NO_BLOOD | NO_PAIN | NO_POISON