Skip to content

Commit

Permalink
forgot a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Jun 29, 2024
1 parent 82f73ba commit 9bfc63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/species/species.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bfc63d

Please sign in to comment.