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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user