mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user