From 7dc9ac7e2d7f3a1fe9225bb58bff39095f85962e Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 14 Sep 2017 07:36:13 -0500 Subject: [PATCH] [MIRROR] Fixed small error causing signalers to fail to attach to each other in an assembly (#2750) * Fixed small error in signalers causing signalers to fail to attach to eachother in an assembly (#30675) * Fixed small error causing signalers to fail to attach to each other in an assembly --- code/modules/assembly/signaler.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/assembly/signaler.dm b/code/modules/assembly/signaler.dm index 2d206b198d..6c5ab82959 100644 --- a/code/modules/assembly/signaler.dm +++ b/code/modules/assembly/signaler.dm @@ -104,8 +104,7 @@ Code: code = signaler2.code frequency = signaler2.frequency to_chat(user, "You transfer the frequency and code of \the [signaler2.name] to \the [name]") - else - ..() + ..() /obj/item/device/assembly/signaler/proc/signal() if(!radio_connection) return