Merge pull request #4463 from Citadel-Station-13/upstream-merge-33664

[MIRROR] Halve gun empty sound level
This commit is contained in:
deathride58
2017-12-21 03:27:50 +00:00
committed by GitHub
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--