diff --git a/code/game/machinery/cryopod.dm b/code/game/machinery/cryopod.dm
index 7172a71849..5bc0ed20b0 100644
--- a/code/game/machinery/cryopod.dm
+++ b/code/game/machinery/cryopod.dm
@@ -364,7 +364,7 @@
else if(O.target && istype(O.target, /datum/mind))
if(O.target != mob_occupant.mind)
continue
- if(!O.check_midround_completion())
+ if(O.check_midround_completion())
continue
if(O.owner && O.owner.current)
to_chat(O.owner.current, "
You get the feeling your target is no longer within reach. Time for Plan [pick("A","B","C","D","X","Y","Z")]. Objectives updated!")