diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-04-03 23:11:07 +0200 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-04-22 12:40:19 -0400 |
commit | 5867fdf1dc658d3e740f94177bd4595b5bda8017 (patch) | |
tree | d63a34f0138e4516c003c4f3559b99699b814d66 /monsters.xml | |
parent | 42f61e5ff0d19fc0f311f860da5cb316d858fa80 (diff) | |
download | clientdata-5867fdf1dc658d3e740f94177bd4595b5bda8017.tar.gz clientdata-5867fdf1dc658d3e740f94177bd4595b5bda8017.tar.bz2 clientdata-5867fdf1dc658d3e740f94177bd4595b5bda8017.tar.xz clientdata-5867fdf1dc658d3e740f94177bd4595b5bda8017.zip |
Add the poison skull to be used as better-avoid mob in sewers
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index da25af81..6ba19927 100644 --- a/monsters.xml +++ b/monsters.xml @@ -173,4 +173,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <monster id="1023" name="Mouboo" targetCursor="large"> <sprite>monsters/mouboo.xml</sprite> </monster> + <monster id="1050" name="Poison Skull" targetCursor="small"> + <sprite>monsters/skull-poison.xml</sprite> + </monster> </monsters> |