diff --git a/code/game/machinery/cryopod.dm b/code/game/machinery/cryopod.dm index 765af9c34c6..44a917c543d 100644 --- a/code/game/machinery/cryopod.dm +++ b/code/game/machinery/cryopod.dm @@ -136,7 +136,7 @@ item["name"] = I.name frozen_items += list(item) - if(preserve_status == CRYO_OBJECTIVE) + if(preserve_status == CRYO_OBJECTIVE || istype(I, /obj/item/card/id/captains_spare)) objective_items += I I.forceMove(src) RegisterSignal(I, COMSIG_MOVABLE_MOVED, PROC_REF(item_got_removed))