mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Uses real_name for mind backup names
Otherwise people with masks and no ID end up being 'unknown'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user