diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-08 14:46:22 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-08 14:46:22 +0000 |
commit | cc288a76e02556d405386a152428358298220599 (patch) | |
tree | c02cf19ef9a6dc43a86616bafab49182b1962e26 | |
parent | ad4c8e35d9970e1e855534b00fc4f846c214b383 (diff) | |
download | clientdata-cc288a76e02556d405386a152428358298220599.tar.gz clientdata-cc288a76e02556d405386a152428358298220599.tar.bz2 clientdata-cc288a76e02556d405386a152428358298220599.tar.xz clientdata-cc288a76e02556d405386a152428358298220599.zip |
Add ID 1116 Demonic Mouboo
-rw-r--r-- | monsters.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml index f7fc6c42..fb0124ba 100644 --- a/monsters.xml +++ b/monsters.xml @@ -521,5 +521,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <monster id="1115" name="Big Sapphire Bif" targetCursor="medium"> <sprite>monsters/bigbif.xml|#4b4bbd,888af4</sprite> </monster> - + <monster id="1116" name="Demonic Mouboo" targetCursor="medium"> + <sprite>monsters/demoicmouboo.xml</sprite> + <particlefx>graphics/particles/demonicmouboo.particle.xml</particlefx> + </monster> </monsters> |