From 1b064616ab1987e45fc9e3f66b14750a5060d852 Mon Sep 17 00:00:00 2001 From: Atermonera Date: Thu, 6 Aug 2020 12:11:13 -0700 Subject: [PATCH 1/2] Merge pull request #7408 from Greenjoe12345/teshmessage adds cold discomfort messages for tesh + one new for heat --- .../mob/living/carbon/human/species/station/seromi.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/modules/mob/living/carbon/human/species/station/seromi.dm b/code/modules/mob/living/carbon/human/species/station/seromi.dm index 01e94f89544..039d2e39785 100644 --- a/code/modules/mob/living/carbon/human/species/station/seromi.dm +++ b/code/modules/mob/living/carbon/human/species/station/seromi.dm @@ -84,8 +84,16 @@ heat_discomfort_strings = list( "Your feathers prickle in the heat.", "You feel uncomfortably warm.", + "Your hands and feet feel hot as your body tries to regulate heat", ) cold_discomfort_level = 180 + cold_discomfort_strings = list( + "You feel a bit chilly.", + "You fluff up your feathers against the cold.", + "You move your arms closer to your body to shield yourself from the cold.", + "You press your ears against your head to conserve heat", + "You start to feel the cold on your skin", + ) minimum_breath_pressure = 12 //Smaller, so needs less air