From da67274cf4f8bbe74edc053ce95bf21ed16bfd33 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Sun, 23 Feb 2020 22:40:37 -0500 Subject: [PATCH] chillax --- code/modules/mob/living/carbon/human/emote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index 1516bc48788..34a09576847 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -590,7 +590,7 @@ message = "[src] sighs contentedly." m_type = 2 else - message = "[src] makes a weak noise" + message = "[src] makes a [pick("chill", relaxed")] noise" m_type = 2 if("laugh", "laughs")