From f5f3d6d52c5f4bcbdde92d3c036cc87d35e2b995 Mon Sep 17 00:00:00 2001 From: AzuleUtama <44248086+AzuleUtama@users.noreply.github.com> Date: Sat, 15 Feb 2020 23:26:13 +0000 Subject: [PATCH] updated --- 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 473fc4eb5af..af2c9779717 100644 --- a/code/game/machinery/cryopod.dm +++ b/code/game/machinery/cryopod.dm @@ -394,11 +394,11 @@ spawn(1) //This should ideally fire after the occupant is deleted. if(!O) return O.find_target() - O.owner.announce_objectives() if(!(O.target)) GLOB.all_objectives -= O O.owner.objectives -= O qdel(O) + O.owner.announce_objectives() if(occupant.mind && occupant.mind.assigned_role) //Handle job slot/tater cleanup. var/job = occupant.mind.assigned_role