diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-08 17:42:06 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-08 17:42:06 +0000 |
commit | dfce2f535a31603b46acfb1d588b9e8cb207045a (patch) | |
tree | ecf57d1d457e8461cebd483ec000cc053814979b /monsters.xml | |
parent | 34b7a1d6fc1bef9b428a4c550ca3722546867715 (diff) | |
download | clientdata-dfce2f535a31603b46acfb1d588b9e8cb207045a.tar.gz clientdata-dfce2f535a31603b46acfb1d588b9e8cb207045a.tar.bz2 clientdata-dfce2f535a31603b46acfb1d588b9e8cb207045a.tar.xz clientdata-dfce2f535a31603b46acfb1d588b9e8cb207045a.zip |
Add skeleton monster! poor jesus will probably be afraid :D
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 70ea5427..d375273d 100644 --- a/monsters.xml +++ b/monsters.xml @@ -655,4 +655,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <monster id="1136" name="Cobalt Plant" targetCursor="small"> <sprite>monsters/plant.xml|#0047ab</sprite> </monster> + <monster id="1137" name="Skeleton"> + <sprite>monsters/skeleton.xml</sprite> + </monster> </monsters> |