Skip to content

Commit 317454d

Browse files
committed
New scream sound
1 parent d4055a8 commit 317454d

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

code/modules/mob/living/carbon/human/emote.dm

+1
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@
535535
if (!muzzled)
536536
message = "<B>[src]</B> screams!"
537537
m_type = 2
538+
playsound(src.loc, 'sound/voice/scream2.ogg', 100, 1, 10)
538539
else
539540
message = "<B>[src]</B> makes a very loud noise."
540541
m_type = 2

sound/voice/scream2.ogg

9.29 KB
Binary file not shown.

0 commit comments

Comments
 (0)