diff --git a/code/modules/mob/living/carbon/human/species/species.dm b/code/modules/mob/living/carbon/human/species/species.dm index f8c60a4b021..6e8da9fcb85 100644 --- a/code/modules/mob/living/carbon/human/species/species.dm +++ b/code/modules/mob/living/carbon/human/species/species.dm @@ -194,7 +194,7 @@ var/breathing_sound = 'sound/voice/monkey.ogg' /// Non-IS_SYNTHETIC species will try to stabilize at this temperature. (also affects temperature processing) - var/body_temperature = 310.15 + var/body_temperature = 310.15 //37°C /// When body temperature reaches or passes this threshold, species is considered too hot var/heat_discomfort_level = 315 //41°C /// When body temperature reaches or passes this threshold, species is considered too cold