Fixes AI seeing the name of the person who speaks over radio using a voice changer.

This commit is contained in:
Perakp
2013-12-21 23:01:52 +02:00
parent e3f82955e4
commit b1996a77e1
3 changed files with 6 additions and 2 deletions
@@ -33,7 +33,7 @@
return if_no_id
//repurposed proc. Now it combines get_id_name() and get_face_name() to determine a mob's name variable. Made into a seperate proc as it'll be useful elsewhere
/mob/living/carbon/human/proc/get_visible_name()
/mob/living/carbon/human/get_visible_name()
var/face_name = get_face_name("")
var/id_name = get_id_name("")
if(face_name)
+4
View File
@@ -553,3 +553,7 @@
CM.legcuffed.loc = usr.loc
CM.legcuffed = null
CM.update_inv_legcuffed(0)
/mob/living/proc/get_visible_name()
return name