about summary refs log tree commit diff
path: root/datasrc
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-03-20 15:58:59 +0100
committeroy <Tom_Adams@web.de>2011-03-20 15:58:59 +0100
commit18e5412358a9f6b8805a33efc5772e2deed25979 (patch)
tree03a911869f575dfab8bbc1c0b3ba4893e6dfa5a0 /datasrc
parent96808a11451f2ccf22346253bd22f8f559207ac8 (diff)
downloadzcatch-18e5412358a9f6b8805a33efc5772e2deed25979.tar.gz
zcatch-18e5412358a9f6b8805a33efc5772e2deed25979.zip
added sound for highlighted chat message. Closes #508
Diffstat (limited to 'datasrc')
-rw-r--r--datasrc/content.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/datasrc/content.py b/datasrc/content.py
index b4b95c9b..accc9010 100644
--- a/datasrc/content.py
+++ b/datasrc/content.py
@@ -214,6 +214,7 @@ container.sounds.Add(SoundSet("hit", FileList("audio/sfx_hit_weak-%02d.wv", 2)))
 
 container.sounds.Add(SoundSet("chat_server", ["audio/sfx_msg-server.wv"]))
 container.sounds.Add(SoundSet("chat_client", ["audio/sfx_msg-client.wv"]))
+container.sounds.Add(SoundSet("chat_highlight", ["audio/sfx_msg-highlight.wv"]))
 container.sounds.Add(SoundSet("ctf_drop", ["audio/sfx_ctf_drop.wv"]))
 container.sounds.Add(SoundSet("ctf_return", ["audio/sfx_ctf_rtn.wv"]))
 container.sounds.Add(SoundSet("ctf_grab_pl", ["audio/sfx_ctf_grab_pl.wv"]))