mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
deserialize me cap'n
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user