From 2af5d315a06fc301712d87d750ba9c262bf8085f Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Mon, 24 Apr 2017 13:14:16 -0500 Subject: [PATCH] Fixes linking of multiple comm equipment with same id. --- code/game/machinery/telecomms/telecomunications.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/machinery/telecomms/telecomunications.dm b/code/game/machinery/telecomms/telecomunications.dm index 0ab1bd10db..357f139505 100644 --- a/code/game/machinery/telecomms/telecomunications.dm +++ b/code/game/machinery/telecomms/telecomunications.dm @@ -176,7 +176,6 @@ GLOBAL_LIST_EMPTY(telecomms_list) for(var/x in autolinkers) if(x in T.autolinkers) links |= T - break /obj/machinery/telecomms/update_icon() if(on)