From 70d70946d13a5d4e24992da10d2ffda1f7b48213 Mon Sep 17 00:00:00 2001 From: Aranclanos Date: Tue, 2 Sep 2014 22:22:47 -0300 Subject: [PATCH] Removed the *click* black text that all mobs get when a gun can't fire. The red *click* will still appear to the gun wielder. --- code/modules/projectiles/gun.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/gun.dm b/code/modules/projectiles/gun.dm index d65400913b7..4caf9eb7aa7 100644 --- a/code/modules/projectiles/gun.dm +++ b/code/modules/projectiles/gun.dm @@ -29,7 +29,7 @@ return 1 /obj/item/weapon/gun/proc/shoot_with_empty_chamber(mob/living/user as mob|obj) - user.visible_message("*click*", "*click*") + user << "*click*" playsound(user, 'sound/weapons/empty.ogg', 100, 1) return