Gun sounds (#33615)

This commit is contained in:
ShizCalev
2017-12-18 10:51:22 -05:00
committed by CitadelStationBot
parent c12fdd08e2
commit 1c142356ff
32 changed files with 34 additions and 12 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", 50, 1)
playsound(src, "gun_dry_fire", 60, 1)
/obj/item/gun/proc/shoot_live_shot(mob/living/user as mob|obj, pointblank = 0, mob/pbtarget = null, message = 1)