diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-13 21:02:29 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-13 21:02:29 +0100 |
commit | 1f411e1b47fdb91677496ba1f404d1dc7273db03 (patch) | |
tree | c48a074599082ecdc2ba76a74f56bcfcb4cdab5b /monsters.xml | |
parent | ea2cf521ec2cf7d58462e63d4db6d8fe46b9daa5 (diff) | |
download | clientdata-1f411e1b47fdb91677496ba1f404d1dc7273db03.tar.gz clientdata-1f411e1b47fdb91677496ba1f404d1dc7273db03.tar.bz2 clientdata-1f411e1b47fdb91677496ba1f404d1dc7273db03.tar.xz clientdata-1f411e1b47fdb91677496ba1f404d1dc7273db03.zip |
add bat for crazyfefe
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 fc870d7b..4778422b 100644 --- a/monsters.xml +++ b/monsters.xml @@ -222,4 +222,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <monster id="1038" name="Zombie" targetCursor="medium"> <sprite>monsters/zombie.xml</sprite> </monster> + <monster id="1039" name="Bat" targetCursor="small"> + <sprite>monsters/BAT.xml</sprite> + </monster> </monsters> |