Merge pull request #33664 from optimumtact/darkgenerallordhassnowflakeears

Halve gun empty sound level
This commit is contained in:
Jordan Brown
2017-12-20 00:14:28 -06:00
committed by CitadelStationBot
parent e552382953
commit b305f1bb26
5 changed files with 5 additions and 5 deletions
@@ -229,7 +229,7 @@
return
user.visible_message("<span class='danger'>*click*</span>")
playsound(src, "gun_dry_fire", 60, 1)
playsound(src, "gun_dry_fire", 30, 1)
/obj/item/gun/ballistic/revolver/russian/proc/shoot_self(mob/living/carbon/human/user, affecting = "head")
user.apply_damage(300, BRUTE, affecting)