Merge pull request #4436 from Citadel-Station-13/upstream-merge-33615

[MIRROR] Adds reloading sounds to guns
This commit is contained in:
LetterJay
2017-12-18 15:51:06 -06:00
committed by GitHub
32 changed files with 34 additions and 12 deletions

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", 50, 1)
playsound(src, "gun_dry_fire", 60, 1)
return
playsound(user, 'sound/weapons/gunshot.ogg', 100, 1)
src.bullets--