diff --git a/code/modules/mob/living/carbon/human/species/station/unathi/unathi.dm b/code/modules/mob/living/carbon/human/species/station/unathi/unathi.dm index fb1463db703..9212ede86d1 100644 --- a/code/modules/mob/living/carbon/human/species/station/unathi/unathi.dm +++ b/code/modules/mob/living/carbon/human/species/station/unathi/unathi.dm @@ -85,14 +85,14 @@ reagent_tag = IS_UNATHI base_color = "#066000" - heat_discomfort_level = 295 + heat_discomfort_level = 304 // 30°C heat_discomfort_strings = list( "You feel soothingly warm.", "You feel the heat sink into your bones.", "You feel warm enough to take a nap." ) - cold_discomfort_level = 292 + cold_discomfort_level = 294 // 20°C cold_discomfort_strings = list( "You feel chilly.", "You feel sluggish and cold.", diff --git a/html/changelogs/dekser-Unathi-tempchange.yml b/html/changelogs/dekser-Unathi-tempchange.yml new file mode 100644 index 00000000000..7843926a01e --- /dev/null +++ b/html/changelogs/dekser-Unathi-tempchange.yml @@ -0,0 +1,5 @@ +author: Dekser + +delete-after: True +changes: + - tweak: "Tweaks what temperature Unathi receive discomfort messages for."