Fixes demuxer output not pushing to other circuits. (#17411)

* Fixes demuxer output not pushing to other circuits.

Fixes demuxer output not pushing to other circuits.

* Update data_transfer.dm

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Desert
2025-03-23 23:38:53 +01:00
committed by GitHub
co-authored by Kashargul
parent f47e207209
commit 093184df30
@@ -78,7 +78,7 @@
var/output_index = get_pin_data(IC_INPUT, 1)
for(var/i = 1 to outputs.len)
set_pin_data(IC_OUTPUT, i, i == output_index ? get_pin_data(IC_INPUT, 2) : null)
push_data()
activate_pin(2)
/obj/item/integrated_circuit/transfer/demultiplexer/medium