This commit is contained in:
c0
2015-08-31 10:16:34 +03:00
parent 69fa21e66d
commit 72c6daef8b
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
//Called when another assembly acts on this one, var/radio will determine where it came from for wire calcs
/obj/item/device/assembly/proc/pulsed(radio = 0)
if(holder && (wires & WIRE_RECEIVE))
if(wires & WIRE_RECEIVE)
spawn(0)
activate()
if(radio && (wires & WIRE_RADIO_RECEIVE))