added wilhelm scream

This commit is contained in:
alex-gh
2013-12-14 21:53:42 +01:00
parent 0056c74db0
commit 1392d567a3
2 changed files with 4 additions and 1 deletions
@@ -535,7 +535,10 @@
if (!muzzled)
message = "<B>[src]</B> screams!"
m_type = 2
playsound(src.loc, 'sound/voice/scream2.ogg', 100, 1, 10)
if (prob(5))
playsound(src.loc, 'sound/voice/WilhelmScream.ogg', 100, 1, 10)
else
playsound(src.loc, 'sound/voice/scream2.ogg', 100, 1, 10)
else
message = "<B>[src]</B> makes a very loud noise."
m_type = 2