summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-06 14:14:23 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-06 14:14:23 -0200
commit707afcb0fa674306db5a299b51f89e4e7b42e845 (patch)
tree12e41d4c47599b5db7084293c35f9759001564fe /graphics
parent206221950ec0250825ec3b4c44ca71e2c8b16f99 (diff)
downloadclientdata-707afcb0fa674306db5a299b51f89e4e7b42e845.tar.gz
clientdata-707afcb0fa674306db5a299b51f89e4e7b42e845.tar.bz2
clientdata-707afcb0fa674306db5a299b51f89e4e7b42e845.tar.xz
clientdata-707afcb0fa674306db5a299b51f89e4e7b42e845.zip
Fix Robin Bandit. "attack_bow" is a bad naming convention, use only "attack".
On every XML file if possible, please, thank you.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sprites/monsters/accessories/banditbow.xml4
1 files 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>