From bc17a8bf817028d59c7bae5fb7c850771053c898 Mon Sep 17 00:00:00 2001 From: VerySoft Date: Wed, 9 Mar 2022 16:40:10 -0500 Subject: [PATCH] That was almost really stupid --- 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 88704bfc1a2..f9484599700 100644 --- a/code/game/machinery/cryopod.dm +++ b/code/game/machinery/cryopod.dm @@ -526,7 +526,7 @@ //VOREStation Edit Start var/depart_announce = TRUE - if(!istype(to_despawn, /mob/living/dominated_brain)) + if(istype(to_despawn, /mob/living/dominated_brain)) depart_announce = FALSE if(depart_announce)