[MIRROR] Logs abductor chat (#6114)

* Logs abductor chat (#36713)

* Logs abductor chat
This commit is contained in:
CitadelStationBot
2018-03-26 04:33:28 -05:00
committed by Poojawa
parent 5dabd9cb05
commit 1c5081af32
+1
View File
@@ -83,6 +83,7 @@
//Hacks
var/mob/living/carbon/human/user = usr
var/rendered = "<span class='abductor'><b>[user.name]:</b> [message]</span>"
log_talk(user,"ABDUCTOR:[key_name(user)] : [rendered]",LOGSAY)
for(var/mob/living/carbon/human/H in GLOB.alive_mob_list)
var/obj/item/organ/tongue/T = H.getorganslot(ORGAN_SLOT_TONGUE)
if(!T || T.type != type)