From cb1403e095db632b24b5f21ec6ebd9a8c62c83ca Mon Sep 17 00:00:00 2001 From: Putnam Date: Mon, 30 Dec 2019 01:54:46 -0800 Subject: [PATCH] oh yeah that's there too --- 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 3314401245..e9d3006b06 100644 --- a/code/game/machinery/cryopod.dm +++ b/code/game/machinery/cryopod.dm @@ -401,7 +401,7 @@ if(control_computer) control_computer.frozen_crew += "[mob_occupant.real_name]" - if(GLOB.announcement_systems.len && announce_cryo) + if(GLOB.announcement_systems.len) var/obj/machinery/announcement_system/announcer = pick(GLOB.announcement_systems) announcer.announce("CRYOSTORAGE", mob_occupant.real_name, announce_rank, list()) visible_message("\The [src] hums and hisses as it moves [mob_occupant.real_name] into storage.")