mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 12:43:13 +00:00
Fixed arrival announcement bug.
This commit is contained in:
@@ -294,11 +294,6 @@ var/GLOBAL_RADIO_TYPE = 1 // radio type to use
|
|||||||
|
|
||||||
var/filter_type = 2
|
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
|
var/datum/signal/signal = new
|
||||||
signal.transmission_method = 2
|
signal.transmission_method = 2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user