From 0fffc1622ef765a739e9a7c0ee0217c6734f97c6 Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Sun, 18 Mar 2012 11:43:12 -0700 Subject: [PATCH] Fixed arrival announcement bug. --- code/game/objects/radio/radio.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/game/objects/radio/radio.dm b/code/game/objects/radio/radio.dm index bdbf3852ff9..4a9d0da87fd 100644 --- a/code/game/objects/radio/radio.dm +++ b/code/game/objects/radio/radio.dm @@ -294,11 +294,6 @@ var/GLOBAL_RADIO_TYPE = 1 // radio type to use var/filter_type = 2 - /* --- Intercoms can only broadcast to other intercoms, but bounced radios can broadcast to bounced radios and intercoms --- */ - if(istype(src, /obj/item/device/radio/intercom)) - filter_type = 1 - - var/datum/signal/signal = new signal.transmission_method = 2