diff options
author | Bertram <bertram@cegetel.net> | 2009-09-06 14:11:57 +0200 |
---|---|---|
committer | Bertram <bertram@cegetel.net> | 2009-09-06 14:11:57 +0200 |
commit | 2f929eb6065cd29cba051815b28a43fee921c752 (patch) | |
tree | 51d53e755fbd4b14cbc78a5556e438d6ac1025d1 /items.xml | |
parent | a4494bf2a020a738e887adf0303596fcc38a4389 (diff) | |
download | clientdata-2f929eb6065cd29cba051815b28a43fee921c752.tar.gz clientdata-2f929eb6065cd29cba051815b28a43fee921c752.tar.bz2 clientdata-2f929eb6065cd29cba051815b28a43fee921c752.tar.xz clientdata-2f929eb6065cd29cba051815b28a43fee921c752.zip |
Finally, resolved Mantis #732 thanks to Krazyjakee and Freeyorp for his kind support.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -294,7 +294,9 @@ attack-min="8" attack-delta="2" attack-range="32" - view="521"/> + view="521"> + <sound event="strike">weapons/knives/sharpknife-miss1.ogg</sound> + </item> <item id="523" image="armor-chest-leathershirt.png" name="Leather Shirt" @@ -1024,7 +1026,9 @@ type="equip-1hand" weapon-type="sword" weight="10" - max-per-slot="1"/> + max-per-slot="1"> + <sound event="strike">weapons/swords/firesword-miss1.ogg</sound> + </item> <item id="600" image="armor-shield-britshield.png" name="Brit Shield" @@ -2711,7 +2715,7 @@ max-per-slot="1"> <sprite>weapon-dagger.xml</sprite> <sound event="strike">weapons/swords/short-sword-miss1.ogg</sound> - <sound event="hit">weapons/swords/short-sword-hit1.ogg</sound> + <sound event="hit">weapons/swords/sabre-hit1.ogg</sound> </item> <item id="1216" image="armor-head-mouboohead.png" |