From d0bcf73a15ab39b80b57a5f5415a49fd4b9704a5 Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Wed, 27 Feb 2013 01:06:42 +0300
Subject: Fix attack animation infinite loop in most monsters.

---
 graphics/sprites/monsters/accessories/slime-santa.xml    | 4 ++++
 graphics/sprites/monsters/accessories/slime-seajelly.xml | 1 +
 2 files changed, 5 insertions(+)

(limited to 'graphics/sprites/monsters/accessories')

diff --git a/graphics/sprites/monsters/accessories/slime-santa.xml b/graphics/sprites/monsters/accessories/slime-santa.xml
index d6237409..30803a80 100644
--- a/graphics/sprites/monsters/accessories/slime-santa.xml
+++ b/graphics/sprites/monsters/accessories/slime-santa.xml
@@ -18,15 +18,19 @@
   <action name="attack" imageset="base">
     <animation direction="down">
       <frame index="2" offsetX="3" offsetY="-15"/>
+      <end/>
     </animation>
     <animation direction="left">
       <frame index="2" offsetX="3" offsetY="-15"/>
+      <end/>
     </animation>
     <animation direction="up">
       <frame index="6" offsetX="-3" offsetY="-15"/>
+      <end/>
     </animation>
     <animation direction="right">
       <frame index="6" offsetX="-3" offsetY="-15"/>
+      <end/>
     </animation>
   </action>
   <action name="dead" imageset="base">
diff --git a/graphics/sprites/monsters/accessories/slime-seajelly.xml b/graphics/sprites/monsters/accessories/slime-seajelly.xml
index 3905f8c2..87c4d928 100644
--- a/graphics/sprites/monsters/accessories/slime-seajelly.xml
+++ b/graphics/sprites/monsters/accessories/slime-seajelly.xml
@@ -23,6 +23,7 @@
   <action name="attack" imageset="base">
     <animation>
       <sequence start="0" end="1" delay="75" offsetY="-5"/>
+      <end/>
     </animation>
   </action>
   <action name="dead" imageset="base">
-- 
cgit v1.2.3-70-g09d2