Maintains that weird entire-tcomms-setup-in-one-machine thing

This commit is contained in:
CitadelStationBot
2017-08-26 11:08:01 -05:00
parent d2c89ad25c
commit 18904f2f0f
2 changed files with 16 additions and 4 deletions
@@ -426,7 +426,10 @@
signal.frequency = freqnum // Quick frequency set
for(var/obj/machinery/telecomms/receiver/R in GLOB.telecomms_list)
R.receive_signal(signal)
// Allinone can act as receivers. (Unless of course whoever coded this last time forgot to put it in somewhere!)
for(var/obj/machinery/telecomms/allinone/R in GLOB.telecomms_list)
R.receive_signal(signal)
spawn(20) // wait a little...