[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
This commit is contained in:
CitadelStationBot
2017-09-14 07:36:13 -05:00
committed by Poojawa
parent 26ad8407d6
commit 7dc9ac7e2d
+1 -2
View File
@@ -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