diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-17 10:52:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-17 10:52:30 -0300 |
commit | 4f7cc8335ecf00423fe9a6973ae0a86813a6627a (patch) | |
tree | 6b537f884d8c69c6c33f7d8da3d7891ee9cc62db /monsters.xml | |
parent | ec0bde8c4c02ee8e5b808c6901d022eb46f64221 (diff) | |
download | clientdata-4f7cc8335ecf00423fe9a6973ae0a86813a6627a.tar.gz clientdata-4f7cc8335ecf00423fe9a6973ae0a86813a6627a.tar.bz2 clientdata-4f7cc8335ecf00423fe9a6973ae0a86813a6627a.tar.xz clientdata-4f7cc8335ecf00423fe9a6973ae0a86813a6627a.zip |
Ice Maggot sprite fix
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml index 28382e96..5aaa694f 100644 --- a/monsters.xml +++ b/monsters.xml @@ -98,7 +98,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s <sound event="spawn">monsters/mushroom/spawn2.ogg</sound> </monster> <monster id="1012" name="Ice Maggot" targetCursor="small"> - <sprite>monsters/cavemaggot.xml|#009eff</sprite> + <sprite>monsters/icemaggot.xml</sprite> <sound event="die">monsters/mushroom/die1.ogg</sound> <sound event="die">monsters/mushroom/die2.ogg</sound> <sound event="hit">monsters/frostiana/hit1.ogg</sound> |