diff options
author | Bertram <bertram@cegetel.net> | 2009-08-03 21:27:45 +0200 |
---|---|---|
committer | Bertram <bertram@cegetel.net> | 2009-08-03 21:27:45 +0200 |
commit | 513e2c91619ec792c857a64a5e76379e4cd16799 (patch) | |
tree | 6d89ec0ade90783aa3ff58d3fc685220379b2f9d /monsters.xml | |
parent | 8dbd920af968219b0b8299443430e18a9cd8f3cb (diff) | |
download | clientdata-513e2c91619ec792c857a64a5e76379e4cd16799.tar.gz clientdata-513e2c91619ec792c857a64a5e76379e4cd16799.tar.bz2 clientdata-513e2c91619ec792c857a64a5e76379e4cd16799.tar.xz clientdata-513e2c91619ec792c857a64a5e76379e4cd16799.zip |
Added sfx sounds to zombies. (bcs86's contribution.)
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 4b2c50e5..a17d4c79 100644 --- a/monsters.xml +++ b/monsters.xml @@ -845,6 +845,12 @@ <monster id="34" name="Zombie"> <sprite>monster-zombie.xml</sprite> + <sound event="move">monsters/zombie/zombie-move1.ogg</sound> + <sound event="move">monsters/zombie/zombie-move2.ogg</sound> + <sound event="hit">monsters/zombie/zombie-hit1.ogg</sound> + <sound event="hit">monsters/zombie/zombie-hit2.ogg</sound> + <sound event="miss">monsters/zombie/zombie-miss1.ogg</sound> + <sound event="die">monsters/zombie/zombie-dying1.ogg</sound> <attributes hp="20" size="4" |