Skip to content

Commit 47a89d5

Browse files
Emagman buff (ParadiseSS13#28460)
1 parent 43d48e5 commit 47a89d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/game/machinery/cryopod.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
item["name"] = I.name
137137

138138
frozen_items += list(item)
139-
if(preserve_status == CRYO_OBJECTIVE)
139+
if(preserve_status == CRYO_OBJECTIVE || istype(I, /obj/item/card/id/captains_spare))
140140
objective_items += I
141141
I.forceMove(src)
142142
RegisterSignal(I, COMSIG_MOVABLE_MOVED, PROC_REF(item_got_removed))

0 commit comments

Comments
 (0)