diff options
author | Led Mitz <smoothshifter@tuta.io> | 2023-08-02 16:38:27 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-08-02 16:38:27 +0000 |
commit | 2505b2769205474ecb8f6aef05122ee2086760d9 (patch) | |
tree | 5faf21c72e23b3f81822fd11b801fde0bdb0f1f8 /items | |
parent | fab3f9f454606d9c5c0cd32541054f714e391435 (diff) | |
parent | 598e8715817d844bee7d19045b41781f55246b76 (diff) | |
download | clientdata-stable.tar.gz clientdata-stable.tar.bz2 clientdata-stable.tar.xz clientdata-stable.zip |
Merge branch 'gun_misses' into 'master'stable
gun misses make ricochets
See merge request legacy/clientdata!545
Diffstat (limited to 'items')
-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> |