From 61c601ddba539bf5ab2c108ae6e1b97b5de03d28 Mon Sep 17 00:00:00 2001 From: Adrer Date: Sun, 1 Oct 2023 15:18:07 +0200 Subject: [PATCH] Requires_tcomms now actually works when tcomms are down (#22402) Co-authored-by: Adrer --- code/game/machinery/tcomms/tcomms_base.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/game/machinery/tcomms/tcomms_base.dm b/code/game/machinery/tcomms/tcomms_base.dm index 76fd96dc17e..beb0bb44233 100644 --- a/code/game/machinery/tcomms/tcomms_base.dm +++ b/code/game/machinery/tcomms/tcomms_base.dm @@ -296,9 +296,6 @@ GLOBAL_LIST_EMPTY(tcomms_machines) for(var/obj/item/radio/R in new_connection.devices["[RADIO_CHAT]"]) - if(istype(R, /obj/item/radio/headset)) - continue - if(R.receive_range(display_freq, tcm.zlevels) > -1) radios += R