Uses real_name for mind backup names

Otherwise people with masks and no ID end up being 'unknown'
This commit is contained in:
Arokha Sieyes
2017-02-23 13:45:34 -05:00
parent 17c3a19151
commit ccdcff83ee

View File

@@ -94,7 +94,7 @@ var/datum/transhuman/infocore/transcore = new/datum/transhuman/infocore
//Scrape info from mob.
mob_ref = M
charname = M.name
charname = M.real_name
implanted_at = world.time
body_type = M.isSynthetic()
id_gender = M.identifying_gender