diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-14 00:45:37 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-14 00:45:37 +0100 |
commit | a01559ddf68cd45249948a1d84b18e978f45137a (patch) | |
tree | 123e55a4b7e1a6fa11009cd7d3c68f8b2db24255 /monsters.xml | |
parent | dce0857dcd52767d6bcaedf273c6a21e2467220e (diff) | |
download | clientdata-a01559ddf68cd45249948a1d84b18e978f45137a.tar.gz clientdata-a01559ddf68cd45249948a1d84b18e978f45137a.tar.bz2 clientdata-a01559ddf68cd45249948a1d84b18e978f45137a.tar.xz clientdata-a01559ddf68cd45249948a1d84b18e978f45137a.zip |
fix monster eror incudign by saulc
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/monsters.xml b/monsters.xml index cc642700..e60c58e3 100644 --- a/monsters.xml +++ b/monsters.xml @@ -533,8 +533,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <particlefx>graphics/particles/magicbif.particle.xml</particlefx> </monster> <monster id="1118" name="Magic Bif" targetCursor="medium"> - <sprite>monsters/bif.xml|#4b4bbd,ff008e</sprite> - <particlefx>graphics/particles/magicbif.particle.xml</particlefx>> + <sprite>monsters/bif.xml|#ffa10c,ff0e93</sprite> + <particlefx>graphics/particles/magicbif.particle.xml</particlefx> </monster> <monster id="1119" name="Big Magic Bif" targetCursor="medium"> <sprite>monsters/bigbif.xml|#ff059d,#ff0e93</sprite> |