constant chip fix (#37636)

removes extra pins from constant chip
This commit is contained in:
Trevor Serpas
2018-05-03 19:12:26 -05:00
committed by CitadelStationBot
parent d574fc5590
commit 66f79a61c4

View File

@@ -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]