summaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2023-07-29 18:19:27 -0300
committerLedmitz <smoothshifter@tuta.io>2023-07-29 18:19:27 -0300
commit598e8715817d844bee7d19045b41781f55246b76 (patch)
tree5faf21c72e23b3f81822fd11b801fde0bdb0f1f8 /items
parentfab3f9f454606d9c5c0cd32541054f714e391435 (diff)
downloadclientdata-598e8715817d844bee7d19045b41781f55246b76.tar.gz
clientdata-598e8715817d844bee7d19045b41781f55246b76.tar.bz2
clientdata-598e8715817d844bee7d19045b41781f55246b76.tar.xz
clientdata-598e8715817d844bee7d19045b41781f55246b76.zip
gun misses make ricochets
Diffstat (limited to 'items')
-rw-r--r--items/equip-1hand/item5284_Revolver.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/items/equip-1hand/item5284_Revolver.xml b/items/equip-1hand/item5284_Revolver.xml
index 9789f779..cd555faa 100644
--- a/items/equip-1hand/item5284_Revolver.xml
+++ b/items/equip-1hand/item5284_Revolver.xml
@@ -17,7 +17,9 @@
sellProtected="true"
weight="3000">
<sprite>equipment/weapons/gun.xml</sprite>
- <sound event="hit">weapons/gun/shot.ogg</sound>
- <sound event="miss">weapons/gun/shot.ogg</sound>
+ <sound event="hit">weapons/gun/gun-hit1.ogg</sound>
+ <sound event="miss">weapons/gun/gun-miss1.ogg</sound>
+ <sound event="miss">weapons/gun/gun-miss2.ogg</sound>
+ <sound event="miss">weapons/gun/gun-miss3.ogg</sound>
</item>
</items>