mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Fix sleeve lock resleeving
Won't even let YOU sleeve into your body becasue mind does not store canonical-form keys
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user