diff --git a/code/game/machinery/cryopod.dm b/code/game/machinery/cryopod.dm index b00a92e8d64..6ce5cbf364e 100644 --- a/code/game/machinery/cryopod.dm +++ b/code/game/machinery/cryopod.dm @@ -347,7 +347,7 @@ for(var/obj/item/I in items) if(istype(I, /obj/item/pda)) var/obj/item/pda/P = I - QDEL_NULL(P.id) + P.id = null qdel(P) continue if(istype(I, /obj/item/storage/backpack/modstorage)) //Best place for me to put it.