Fixed small error in signalers causing signalers to fail to attach to eachother in an assembly (#30675)

This commit is contained in:
Brett Williams
2017-09-14 09:13:46 +02:00
committed by AnturK
parent dfeeae55e7
commit 1e561e6240
+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