Halve gun empty sound level

This commit is contained in:
oranges
2017-12-18 22:52:31 +00:00
parent edd77a5d6d
commit fe42f52109
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--