diff options
-rw-r--r-- | graphics/icons/equipment/head/bandana.png (renamed from graphics/icons/equipment/head/bandana hat.png) | bin | 665 -> 665 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/bandana.png (renamed from graphics/sprites/equipment/head/bandana hat.png) | bin | 2424 -> 2424 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/bandana.xml (renamed from graphics/sprites/equipment/head/bandana hat.xml) | 2 | ||||
-rw-r--r-- | items.xml | 4 |
4 files changed, 3 insertions, 3 deletions
diff --git a/graphics/icons/equipment/head/bandana hat.png b/graphics/icons/equipment/head/bandana.png Binary files differindex ef98d7ec..ef98d7ec 100644 --- a/graphics/icons/equipment/head/bandana hat.png +++ b/graphics/icons/equipment/head/bandana.png diff --git a/graphics/sprites/equipment/head/bandana hat.png b/graphics/sprites/equipment/head/bandana.png Binary files differindex 58156cce..58156cce 100644 --- a/graphics/sprites/equipment/head/bandana hat.png +++ b/graphics/sprites/equipment/head/bandana.png diff --git a/graphics/sprites/equipment/head/bandana hat.xml b/graphics/sprites/equipment/head/bandana.xml index 0cc932dd..f52e4620 100644 --- a/graphics/sprites/equipment/head/bandana hat.xml +++ b/graphics/sprites/equipment/head/bandana.xml @@ -2,7 +2,7 @@ <!-- Original Author possible tmw, tmw br, ufb projects Copyright (C) 2010-2011 Evol Online --> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/bandana hat.png" width="29" height="21" /> + <imageset name="base" src="graphics/sprites/equipment/head/bandana.png" width="29" height="21" /> <action name="stand" imageset="base"> <animation direction="down"> @@ -481,7 +481,7 @@ Multiple's colors dye is now setted up by itemcolors.xml. <!-- Head --> <item id="2900" - image="equipment/head/bandana hat.png" + image="equipment/head/bandana.png" name="Bandana" description="A striped bandana." effect="Defense +1" @@ -489,7 +489,7 @@ Multiple's colors dye is now setted up by itemcolors.xml. defense="1" weight="13" max-per-slot="1"> - <sprite>equipment/head/bandana hat.xml</sprite> + <sprite>equipment/head/bandana.xml</sprite> <replace sprite="hair"> <item from="-3" to="-2" /> <item from="-5" to="-4" /> |