Merge pull request #6637 from Citadel-Station-13/upstream-merge-37636

[MIRROR] constant chip fix
This commit is contained in:
LetterJay
2018-05-04 22:59:57 -05:00
committed by GitHub
@@ -79,6 +79,7 @@
activators = list("push data" = IC_PINTYPE_PULSE_IN)
var/accepting_refs = FALSE
spawn_flags = IC_SPAWN_DEFAULT|IC_SPAWN_RESEARCH
number_of_pins = 0
/obj/item/integrated_circuit/memory/constant/do_work()
var/datum/integrated_io/O = outputs[1]