From e4b0ec70eca5293fb24a546040b3081878bb106c Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Mon, 9 Jul 2018 18:12:36 -0400 Subject: [PATCH] deserialize me cap'n --- code/modules/surgery/organs/organ.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/surgery/organs/organ.dm b/code/modules/surgery/organs/organ.dm index 7f54eb60d9d..6cca1117b28 100644 --- a/code/modules/surgery/organs/organ.dm +++ b/code/modules/surgery/organs/organ.dm @@ -329,6 +329,8 @@ I use this so that this can be made better once the organ overhaul rolls out -- /obj/item/organ/deserialize(data) if(isnum(data["status"])) + if(data["status"] & ORGAN_ROBOT) + robotize() status = data["status"] if(islist(data["dna"])) // The only thing the official proc does is