From 69a1d6e60304e57cc441279f2cb53065abd23f35 Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Tue, 8 Dec 2020 16:32:34 +0100 Subject: [PATCH] oop --- code/game/machinery/cryopod.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!")