From 9bfc63d5ccac1a4ef30375849ae57fb28b533a2c Mon Sep 17 00:00:00 2001 From: Ben10083 Date: Sat, 29 Jun 2024 12:34:23 -0400 Subject: [PATCH] forgot a comment --- code/modules/mob/living/carbon/human/species/species.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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