Merge pull request #33664 from optimumtact/darkgenerallordhassnowflakeears

Halve gun empty sound level
This commit is contained in:
Jordan Brown
2017-12-19 19:28:35 -05:00
committed by CitadelStationBot
parent e552382953
commit b305f1bb26
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -182,7 +182,7 @@
src.add_fingerprint(user)
if (src.bullets < 1)
user.show_message("<span class='warning'>*click*</span>", 2)
playsound(src, "gun_dry_fire", 60, 1)
playsound(src, "gun_dry_fire", 30, 1)
return
playsound(user, 'sound/weapons/gunshot.ogg', 100, 1)
src.bullets--