summaryrefslogtreecommitdiff
path: root/items.xml
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2011-12-08 01:40:11 +0100
committerReid <reidyaro@gmail.com>2011-12-08 01:40:11 +0100
commit1259cbede72dd1c8d96e930412c7de1c2bb056d3 (patch)
treece540caef4534495e855f1a7cc7489878282032d /items.xml
parente654cff467fce19ed9759fdfd1db5a49f73f8d10 (diff)
downloadclientdata-1259cbede72dd1c8d96e930412c7de1c2bb056d3.tar.gz
clientdata-1259cbede72dd1c8d96e930412c7de1c2bb056d3.tar.bz2
clientdata-1259cbede72dd1c8d96e930412c7de1c2bb056d3.tar.xz
clientdata-1259cbede72dd1c8d96e930412c7de1c2bb056d3.zip
Corrected the knife icon and sprite path.
Diffstat (limited to 'items.xml')
-rw-r--r--items.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/items.xml b/items.xml
index 2bd5a8ee..d1e338a0 100644
--- a/items.xml
+++ b/items.xml
@@ -467,7 +467,7 @@ Colors is now seted up by itemcolors.xml.
<!-- Weapons -->
<item id="3500"
- image="equipment/weapon/knife.png"
+ image="equipment/weapons/sword/knife.png"
name="Knife"
description="A simple knife."
effect="Damage +10"
@@ -475,7 +475,7 @@ Colors is now seted up by itemcolors.xml.
weapon-type="knife"
attack-action="attack"
weight="50">
- <sprite>weapon-dagger.xml</sprite>
+ <sprite>equipment/weapons/dagger.xml</sprite>
<sound event="strike">weapons/swords/short-sword-miss1.ogg</sound>
<sound event="hit">weapons/swords/short-sword-hit1.ogg</sound>
</item>