Merge pull request #33664 from optimumtact/darkgenerallordhassnowflakeears

Halve gun empty sound level
This commit is contained in:
Jordan Brown
2017-12-19 19:28:35 -05:00
committed by CitadelStationBot
parent e552382953
commit b305f1bb26
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -107,7 +107,7 @@
/obj/item/gun/proc/shoot_with_empty_chamber(mob/living/user as mob|obj)
to_chat(user, "<span class='danger'>*click*</span>")
playsound(src, "gun_dry_fire", 60, 1)
playsound(src, "gun_dry_fire", 30, 1)
/obj/item/gun/proc/shoot_live_shot(mob/living/user as mob|obj, pointblank = 0, mob/pbtarget = null, message = 1)