From 18e5412358a9f6b8805a33efc5772e2deed25979 Mon Sep 17 00:00:00 2001 From: oy Date: Sun, 20 Mar 2011 15:58:59 +0100 Subject: added sound for highlighted chat message. Closes #508 --- datasrc/content.py | 1 + 1 file changed, 1 insertion(+) (limited to 'datasrc/content.py') 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"])) -- cgit 1.4.1