diff options
author | Ledmitz <smoothshifter@tuta.io> | 2023-07-29 18:19:27 -0300 |
---|---|---|
committer | Ledmitz <smoothshifter@tuta.io> | 2023-07-29 18:19:27 -0300 |
commit | 598e8715817d844bee7d19045b41781f55246b76 (patch) | |
tree | 5faf21c72e23b3f81822fd11b801fde0bdb0f1f8 /items/equip-1hand | |
parent | fab3f9f454606d9c5c0cd32541054f714e391435 (diff) | |
download | clientdata-598e8715817d844bee7d19045b41781f55246b76.tar.gz clientdata-598e8715817d844bee7d19045b41781f55246b76.tar.bz2 clientdata-598e8715817d844bee7d19045b41781f55246b76.tar.xz clientdata-598e8715817d844bee7d19045b41781f55246b76.zip |
gun misses make ricochets
Diffstat (limited to 'items/equip-1hand')
-rw-r--r-- | items/equip-1hand/item5284_Revolver.xml | 6 |
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> |