From 255b91247cb95f948e4b5ebb708ee51ee9f6d284 Mon Sep 17 00:00:00 2001 From: "vageyenaman@gmail.com" Date: Mon, 16 Jan 2012 23:34:14 +0000 Subject: [PATCH] fiiiiix git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2968 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/machinery/telecomms/telecomunications.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/machinery/telecomms/telecomunications.dm b/code/game/machinery/telecomms/telecomunications.dm index d89abed932d..f77a6b34413 100644 --- a/code/game/machinery/telecomms/telecomunications.dm +++ b/code/game/machinery/telecomms/telecomunications.dm @@ -360,7 +360,8 @@ if(is_freq_listening(signal)) - totaltraffic += traffic // add current traffic to total traffic + if(traffic > 0) + totaltraffic += traffic // add current traffic to total traffic // If signal has a message and appropriate frequency