diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-04-05 13:39:01 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-04-05 13:39:01 +0000 |
commit | cd5c2e49ab7f35be6073b7497ed6ed33098acab9 (patch) | |
tree | 007de0fb58e173e00c857f881072f6ce878c1773 /monsters.xml | |
parent | f0f79be4961e6c95f5a8e43972b5434ff62d3fe1 (diff) | |
download | clientdata-cd5c2e49ab7f35be6073b7497ed6ed33098acab9.tar.gz clientdata-cd5c2e49ab7f35be6073b7497ed6ed33098acab9.tar.bz2 clientdata-cd5c2e49ab7f35be6073b7497ed6ed33098acab9.tar.xz clientdata-cd5c2e49ab7f35be6073b7497ed6ed33098acab9.zip |
add maggot sfx
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index db539414..8c3793fe 100644 --- a/monsters.xml +++ b/monsters.xml @@ -197,6 +197,10 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or </monster> <monster id="1030" name="Maggot" targetCursor="small"> <sprite>monsters/maggot.xml</sprite> + <sound event="hit">monsters/maggot/maggothit1.ogg</sound> + <sound event="hit">monsters/maggot/maggothit2.ogg</sound> + <sound event="miss">monsters/maggot/maggotmiss.ogg</sound> + <sound event="die">monsters/maggot/maggotdying.ogg</sound> </monster> <monster id="1031" name="Giant Maggot" targetCursor="large"> <sprite>monsters/giantmaggot.xml</sprite> |