diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-02 14:42:56 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-02 14:42:56 +0000 |
commit | f7d8a2edbc1ce0a9b318a7031fc7934e658b8889 (patch) | |
tree | ddd420dfd6dfde8ce544a4a97b9b5ecbea0f0449 /monsters.xml | |
parent | c67c3137e9a27cda2a543a177bbb70f6a60aa252 (diff) | |
download | clientdata-f7d8a2edbc1ce0a9b318a7031fc7934e658b8889.tar.gz clientdata-f7d8a2edbc1ce0a9b318a7031fc7934e658b8889.tar.bz2 clientdata-f7d8a2edbc1ce0a9b318a7031fc7934e658b8889.tar.xz clientdata-f7d8a2edbc1ce0a9b318a7031fc7934e658b8889.zip |
add SFX to desert log head too
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index a7796559..62fc69d6 100644 --- a/monsters.xml +++ b/monsters.xml @@ -601,6 +601,13 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or </monster> <monster id="1127" name="Desert Log Head" targetCursor="medium"> <sprite>monsters/loghead.xml</sprite> + <sound event="die">monsters/loghead/logheaddie.ogg</sound> + <sound event="hit">monsters/loghead/logheadhit.ogg</sound> + <sound event="hurt">monsters/loghead/logheadhurt.ogg</sound> + <sound event="hurt">monsters/loghead/logheadhurt2.ogg</sound> + <sound event="hurt">monsters/loghead/logheadhurt3.ogg</sound> + <sound event="hurt">monsters/loghead/logheadhurt4.ogg</sound> + <sound event="hurt">monsters/loghead/logheadhurt5.ogg</sound> </monster> </monsters> |