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")