From ccdcff83ee7eaae98a7384bfaaf938ea7974baf6 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Thu, 23 Feb 2017 13:45:34 -0500 Subject: [PATCH] Uses real_name for mind backup names Otherwise people with masks and no ID end up being 'unknown' --- code/modules/resleeving/infocore.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/resleeving/infocore.dm b/code/modules/resleeving/infocore.dm index b3befd8715..ced8d0289f 100644 --- a/code/modules/resleeving/infocore.dm +++ b/code/modules/resleeving/infocore.dm @@ -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