Merge pull request #15440 from Ultimate-Chimera/XenoStuff

Makes it so xenos make a hissing sound with the *hiss emote.
This commit is contained in:
tkdrg
2016-02-12 21:40:43 -03:00
@@ -75,6 +75,9 @@
if (act == "roar")
playsound(src.loc, 'sound/voice/hiss5.ogg', 40, 1, 1)
if (act == "hiss")
playsound(src.loc, 'sound/voice/hiss3.ogg', 40, 1, 1)
if (act == "deathgasp")
playsound(src.loc, 'sound/voice/hiss6.ogg', 80, 1, 1)