mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
Merge pull request #1019 from VOREStation/tweaks
Uses real_name for mind backup names
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