diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-20 06:30:48 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-20 06:30:48 +0000 |
commit | 1629b9d04987239d418544cb4aa709c33d1d3511 (patch) | |
tree | 7ecdfabe4db2849635f60ca9b9ba81bbaaaa2f20 | |
parent | e7622255b4d212b3afe99f5b1e7d2c6bdf55e801 (diff) | |
download | clientdata-1629b9d04987239d418544cb4aa709c33d1d3511.tar.gz clientdata-1629b9d04987239d418544cb4aa709c33d1d3511.tar.bz2 clientdata-1629b9d04987239d418544cb4aa709c33d1d3511.tar.xz clientdata-1629b9d04987239d418544cb4aa709c33d1d3511.zip |
id 1149 devil chest -> evil chest
-rw-r--r-- | monsters.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index fd4e463a..7e331ad4 100644 --- a/monsters.xml +++ b/monsters.xml @@ -714,6 +714,9 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or spawn. <monster id="1148" name="Vicious Chest" targetCursor="medium"> <sprite>monsters/mimic.xml|#11ff22</sprite> </monster> + <monster id="1149" name="Evil Chest" targetCursor="medium"> + <sprite>monsters/mimic.xml|#11ff22</sprite> + </monster> <monster id="1152" name="Sleeping Bandit" targetCursor="medium"> <sprite>monsters/sleepingbandit.xml</sprite> <sound event="die">monsters/mushroom/die1.ogg</sound> |