Adds new gun dry firing sounds (#33503)
* Adds new gun dry firing sounds * Don't want to hear click when you want to hear bang
This commit is contained in:
committed by
CitadelStationBot
parent
fb7cb2f063
commit
712b86089d
@@ -182,7 +182,7 @@
|
||||
src.add_fingerprint(user)
|
||||
if (src.bullets < 1)
|
||||
user.show_message("<span class='warning'>*click*</span>", 2)
|
||||
playsound(user, 'sound/weapons/empty.ogg', 100, 1)
|
||||
playsound(src, "gun_dry_fire", 50, 1)
|
||||
return
|
||||
playsound(user, 'sound/weapons/gunshot.ogg', 100, 1)
|
||||
src.bullets--
|
||||
|
||||
Reference in New Issue
Block a user