diff options
author | Reid <reidyaro@gmail.com> | 2016-02-23 01:06:42 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-02-23 01:06:42 +0100 |
commit | 57217d13a4b5bd2eab554cc75f3f9f62e51acb81 (patch) | |
tree | 9718f74080d770c904d0e2e8bb8fdba237a2f1d1 /monsters.xml | |
parent | 9564617a31c375e621ff8ccad64213842e7b8f75 (diff) | |
download | clientdata-57217d13a4b5bd2eab554cc75f3f9f62e51acb81.tar.gz clientdata-57217d13a4b5bd2eab554cc75f3f9f62e51acb81.tar.bz2 clientdata-57217d13a4b5bd2eab554cc75f3f9f62e51acb81.tar.xz clientdata-57217d13a4b5bd2eab554cc75f3f9f62e51acb81.zip |
Add a limited palette version of the mouboo.
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 5230d5e7..eec28f07 100644 --- a/monsters.xml +++ b/monsters.xml @@ -171,7 +171,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sound event="hurt">monsters/crocotree/hurt2.ogg</sound> <sound event="hurt">monsters/crocotree/hurt3.ogg</sound> </monster> - <monster id="20" name="Fluffy" targetCursor="small"> + <monster id="20" name="Fluffy" targetCursor="small"> <sprite>monsters/fluffy.xml</sprite> <sound event="hit">monsters/fluffy/hit1.ogg</sound> <sound event="hit">monsters/fluffy/hit2.ogg</sound> @@ -179,4 +179,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sound event="hurt">monsters/fluffy/hurt1.ogg</sound> <sound event="miss">monsters/fluffy/miss1.ogg</sound> </monster> + <monster id="21" name="Mouboo" targetCursor="large"> + <sprite>monsters/mouboo.xml</sprite> + </monster> </monsters> |