Fixed arrival announcement bug.

This commit is contained in:
SkyMarshal
2012-03-18 11:43:12 -07:00
parent 0d2b327ded
commit 0fffc1622e

View File

@@ -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