mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user