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
@@ -108,7 +108,7 @@
|
||||
|
||||
/obj/item/gun/proc/shoot_with_empty_chamber(mob/living/user as mob|obj)
|
||||
to_chat(user, "<span class='danger'>*click*</span>")
|
||||
playsound(user, 'sound/weapons/empty.ogg', 100, 1)
|
||||
playsound(src, "gun_dry_fire", 50, 1)
|
||||
|
||||
|
||||
/obj/item/gun/proc/shoot_live_shot(mob/living/user as mob|obj, pointblank = 0, mob/pbtarget = null, message = 1)
|
||||
|
||||
Reference in New Issue
Block a user