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.

This commit is contained in:
Aranclanos
2014-09-02 22:22:47 -03:00
parent 00826e558e
commit 70d70946d1
+1 -1
View File
@@ -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*", "<span class='danger'>*click*</span>")
user << "<span class='danger'>*click*</span>"
playsound(user, 'sound/weapons/empty.ogg', 100, 1)
return