diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-23 16:57:55 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-23 16:57:55 +0100 |
commit | 905a9e61e9b93ebf57ee74d8705777ba1a55795f (patch) | |
tree | 7acf917ec148026ca07325e461aeca9f4f360841 | |
parent | 078ceeca73ad0e6ab006a02aed1bb3686ee1d0ec (diff) | |
download | clientdata-905a9e61e9b93ebf57ee74d8705777ba1a55795f.tar.gz clientdata-905a9e61e9b93ebf57ee74d8705777ba1a55795f.tar.bz2 clientdata-905a9e61e9b93ebf57ee74d8705777ba1a55795f.tar.xz clientdata-905a9e61e9b93ebf57ee74d8705777ba1a55795f.zip |
add black orb on forain
-rw-r--r-- | monsters.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index db9c371f..83eec8ee 100644 --- a/monsters.xml +++ b/monsters.xml @@ -290,6 +290,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or </monster> <monster id="1061" name="Forain" targetCursor="medium"> <sprite>monsters/forain.xml</sprite> + <particlefx>graphics/particles/black.particle.xml</particlefx> + <particlefx>graphics/particles/black.particle.xml</particlefx> </monster> <!-- XML NEED FIX <monster id="1062" name="Assassin" targetCursor="medium"> |