diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm
index 591e4426e09..2833278fe36 100644
--- a/code/modules/mob/living/carbon/human/emote.dm
+++ b/code/modules/mob/living/carbon/human/emote.dm
@@ -535,6 +535,7 @@
if (!muzzled)
message = "[src] screams!"
m_type = 2
+ playsound(src.loc, 'sound/voice/scream2.ogg', 100, 1, 10)
else
message = "[src] makes a very loud noise."
m_type = 2
diff --git a/sound/voice/scream2.ogg b/sound/voice/scream2.ogg
new file mode 100644
index 00000000000..100756b6125
Binary files /dev/null and b/sound/voice/scream2.ogg differ