diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-09 17:56:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-09 17:56:46 -0300 |
commit | e208e22e65658211aff488a7efb0f6ec3a2f2c65 (patch) | |
tree | 701a860021ba02c17de429844939498ccf2b1774 | |
parent | 9ab18acc6de05ada0c3dc03640c1972ad7767164 (diff) | |
parent | 8e0910a4dcdb1bf404429207539a53101f0f9a69 (diff) | |
download | clientdata-e208e22e65658211aff488a7efb0f6ec3a2f2c65.tar.gz clientdata-e208e22e65658211aff488a7efb0f6ec3a2f2c65.tar.bz2 clientdata-e208e22e65658211aff488a7efb0f6ec3a2f2c65.tar.xz clientdata-e208e22e65658211aff488a7efb0f6ec3a2f2c65.zip |
Merge branch 'master' of gitlab.com:TMW2/clientdata
-rw-r--r-- | monsters.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 833b7b8b..c1a7f573 100644 --- a/monsters.xml +++ b/monsters.xml @@ -221,6 +221,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s </monster> <monster id="1035" name="Cave Snake" targetCursor="medium"> <sprite>monsters/cavesnake.xml</sprite> + <sound event="hit">monsters/cavesnake/hit1.ogg</sound> </monster> <monster id="1036" name="Demonic Scythe" targetCursor="large"> <sprite>monsters/demonicscythe.xml</sprite> |