diff --git a/code/game/machinery/cryopod.dm b/code/game/machinery/cryopod.dm index abf6dc725b3..473fc4eb5af 100644 --- a/code/game/machinery/cryopod.dm +++ b/code/game/machinery/cryopod.dm @@ -394,6 +394,7 @@ 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