summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2012-02-25 22:37:14 +0100
committerErik Schilling <ablu.erikschilling@googlemail.com>2012-02-25 22:37:14 +0100
commit8ad41be4998ef719772d2303a48e157341e9e7ac (patch)
tree826601625a122700cc43131bb187eca4e7f31ecf
parentc736ba3dc0bc5922968703f55af6956f78e5769e (diff)
downloadclientdata-8ad41be4998ef719772d2303a48e157341e9e7ac.tar.gz
clientdata-8ad41be4998ef719772d2303a48e157341e9e7ac.tar.bz2
clientdata-8ad41be4998ef719772d2303a48e157341e9e7ac.tar.xz
clientdata-8ad41be4998ef719772d2303a48e157341e9e7ac.zip
Fixed logheads arising from death
-rw-r--r--graphics/sprites/monsters/logmonster.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/monsters/logmonster.xml b/graphics/sprites/monsters/logmonster.xml
index 65b10bcb..c36d3443 100644
--- a/graphics/sprites/monsters/logmonster.xml
+++ b/graphics/sprites/monsters/logmonster.xml
@@ -40,9 +40,9 @@
</animation>
</action>
<action name="dead" imageset="base">
- <animation direction="down">
+ <animation direction="default">
<sequence start="24" end="29" delay="400" />
- <frame index="29"/>
+ <frame index="29" delay="2000"/>
<end />
</animation>
</action>