From 440a6f055f95dcc10b40ed4b86dfe5bdd9b02c6d Mon Sep 17 00:00:00 2001 From: AzuleUtama <44248086+AzuleUtama@users.noreply.github.com> Date: Sat, 15 Feb 2020 14:47:40 +0000 Subject: [PATCH] Antag objectives are now announced when a target cryos e --- code/game/machinery/cryopod.dm | 1 + 1 file changed, 1 insertion(+) 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