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:
ShizCalev
2017-12-14 07:14:36 -05:00
committed by CitadelStationBot
parent fb7cb2f063
commit 712b86089d
10 changed files with 7 additions and 5 deletions
@@ -229,7 +229,7 @@
return
user.visible_message("<span class='danger'>*click*</span>")
playsound(user, 'sound/weapons/empty.ogg', 100, 1)
playsound(src, "gun_dry_fire", 50, 1)
/obj/item/gun/ballistic/revolver/russian/proc/shoot_self(mob/living/carbon/human/user, affecting = "head")
user.apply_damage(300, BRUTE, affecting)