The alien hivemind uses a mob's real_name (#26767)

🆑 coiax
add: When talking on the alien hivemind, a person will be identified by
their real name, rather than who they are disguised as.
/🆑

Because hiveminds obeying visual disguises is silly.
This commit is contained in:
coiax
2017-05-02 08:56:54 -06:00
committed by duncathan salt
parent c8b67b49e0
commit dcf5cb8456
+1 -1
View File
@@ -1,4 +1,4 @@
/mob/living/proc/alien_talk(message, shown_name = name)
/mob/living/proc/alien_talk(message, shown_name = real_name)
log_say("[key_name(src)] : [message]")
message = trim(message)
if(!message) return