diff options
-rw-r--r-- | graphics/sprites/npcs/xml/artis-sewer-wheel.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/sprites/npcs/xml/artis-sewer-wheel.xml b/graphics/sprites/npcs/xml/artis-sewer-wheel.xml index 2ca93e69..6c4854c1 100644 --- a/graphics/sprites/npcs/xml/artis-sewer-wheel.xml +++ b/graphics/sprites/npcs/xml/artis-sewer-wheel.xml @@ -14,9 +14,15 @@ Copyright (C) 2015 - 2020 Evol Online --> <sequence start="0" end="7" delay="50" repeat="4"/> <frame index="0"/> </animation> - <!-- Stoic --> + <!-- Static --> <animation direction="down"> <frame index="0"/> </animation> + <animation direction="left"> + <frame index="0"/> + </animation> + <animation direction="right"> + <frame index="0"/> + </animation> </action> </sprite> |