mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Fixes demuxer output not pushing to other circuits. (#10521)
Co-authored-by: Desert <91218429+xnqm8h@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
331b337531
commit
c1738642b1
@@ -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