From d5d2bce78e361e7bd23e3e1fae444db9ff1ed5ba Mon Sep 17 00:00:00 2001 From: "giacomand@gmail.com" Date: Fri, 26 Oct 2012 21:27:14 +0000 Subject: [PATCH] -Fixed an issue with PDA messaging not working. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4960 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/machinery/telecomms/telecomunications.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/telecomms/telecomunications.dm b/code/game/machinery/telecomms/telecomunications.dm index d69500431e8..f3d45c25bda 100644 --- a/code/game/machinery/telecomms/telecomunications.dm +++ b/code/game/machinery/telecomms/telecomunications.dm @@ -69,6 +69,7 @@ var/global/list/obj/machinery/telecomms/telecomms_list = list() send_count++ if(machine.is_freq_listening(signal)) machine.traffic++ + machine.receive_information(signal, src) continue // If we're sending a copy, be sure to create the copy for EACH machine and paste the data var/datum/signal/copy = new