diff options
author | Reid <reidyaro@gmail.com> | 2015-12-27 20:28:47 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-27 20:28:47 +0100 |
commit | b4996a3e76ec89475359b63011a52bce0a8c71e4 (patch) | |
tree | a878ebafd40ee5679c6b625586a251010cb0b211 | |
parent | 4e394d8e146714b531ebccc1f52709a0bccd7d6b (diff) | |
download | clientdata-b4996a3e76ec89475359b63011a52bce0a8c71e4.tar.gz clientdata-b4996a3e76ec89475359b63011a52bce0a8c71e4.tar.bz2 clientdata-b4996a3e76ec89475359b63011a52bce0a8c71e4.tar.xz clientdata-b4996a3e76ec89475359b63011a52bce0a8c71e4.zip |
Fix dummy animation.
-rw-r--r-- | graphics/sprites/monsters/dummy.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/sprites/monsters/dummy.xml b/graphics/sprites/monsters/dummy.xml index eda3bcf5..40f88c7f 100644 --- a/graphics/sprites/monsters/dummy.xml +++ b/graphics/sprites/monsters/dummy.xml @@ -32,13 +32,7 @@ Copyright (C) 2015 Evol Online --> </animation> </action> - <action name="stand" imageset="mob" hp="0"> - <animation direction="default"> - <frame index="4"/> - </animation> - </action> - - <action name="dead" imageset="mob"> + <action name="dead" imageset="mob" hp="25"> <animation> <frame index="4"/> </animation> |