Merge pull request #33664 from optimumtact/darkgenerallordhassnowflakeears
Halve gun empty sound level
This commit is contained in:
committed by
CitadelStationBot
parent
e552382953
commit
b305f1bb26
@@ -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--
|
||||
|
||||
Reference in New Issue
Block a user