From 707afcb0fa674306db5a299b51f89e4e7b42e845 Mon Sep 17 00:00:00 2001 From: Jesusaves <cpntb1@ymail.com> Date: Sun, 6 Jan 2019 14:14:23 -0200 Subject: Fix Robin Bandit. "attack_bow" is a bad naming convention, use only "attack". On every XML file if possible, please, thank you. --- graphics/sprites/monsters/accessories/banditbow.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/sprites/monsters/accessories/banditbow.xml b/graphics/sprites/monsters/accessories/banditbow.xml index 87f796cb..40d35add 100644 --- a/graphics/sprites/monsters/accessories/banditbow.xml +++ b/graphics/sprites/monsters/accessories/banditbow.xml @@ -69,7 +69,7 @@ Bandit bow from TMW Org --> </animation> </action> - <action name="attack_bow" imageset="bow"> + <action name="attack" imageset="bow"> <animation direction="down"> <sequence offsetY="32" start="13" end="17" delay="75"/> <end/> @@ -87,4 +87,4 @@ Bandit bow from TMW Org --> <end/> </animation> </action> -</sprite> \ No newline at end of file +</sprite> -- cgit v1.2.3-70-g09d2