[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:
committed by
Poojawa
parent
26ad8407d6
commit
7dc9ac7e2d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user