From 790135c4bdfa725b35fe265aa8e007e9fa3bfd9f Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sat, 25 Feb 2017 01:35:49 -0500 Subject: [PATCH] Fix sleeve lock resleeving Won't even let YOU sleeve into your body becasue mind does not store canonical-form keys --- 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 a1bf07e64bb..92643b21697 100644 --- a/code/modules/resleeving/infocore.dm +++ b/code/modules/resleeving/infocore.dm @@ -102,7 +102,7 @@ var/datum/transhuman/infocore/transcore = new/datum/transhuman/infocore //The mind! mind_ref = mind mindname = mind.name - ckey = mind.key + ckey = ckey(mind.key) cryo_at = 0