diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-22 01:38:58 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-22 01:38:58 +0100 |
commit | 543b8a8df0dcdf52ad27869e719a723528105e13 (patch) | |
tree | 586054b0ae3eae2a8f448874899f1ed365a08a9f /monsters.xml | |
parent | 55b9a0c78439da0f26b1398bb6874d2efb9fa050 (diff) | |
download | clientdata-543b8a8df0dcdf52ad27869e719a723528105e13.tar.gz clientdata-543b8a8df0dcdf52ad27869e719a723528105e13.tar.bz2 clientdata-543b8a8df0dcdf52ad27869e719a723528105e13.tar.xz clientdata-543b8a8df0dcdf52ad27869e719a723528105e13.zip |
add desert amggot
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml index 64a49a8a..c079d55b 100644 --- a/monsters.xml +++ b/monsters.xml @@ -399,6 +399,9 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sound event="hit">weapons/piouslayer/hit1.ogg</sound> <sound event="miss">weapons/piouslayer/miss1.ogg</sound> <!--sound event="die">short-sword-die1.ogg</sound--> - </monster> + </monster> + <monster id="1083" name="Desert Maggot" targetCursor="small"> + <sprite>monsters/desertmaggot.xml</sprite> + </monster> </monsters> |