Fix fuel cell circuits (#40374)

forgot this one here in the selfref PR
This commit is contained in:
Shdorsh
2018-09-22 21:13:45 -07:00
committed by Tad Hardesty
parent 84c3f1e400
commit 4e198e00e0
@@ -93,7 +93,7 @@
container_type = OPENCONTAINER
complexity = 4
inputs = list()
outputs = list("volume used" = IC_PINTYPE_NUMBER, "self reference" = IC_PINTYPE_REF)
outputs = list("volume used" = IC_PINTYPE_NUMBER, "self reference" = IC_PINTYPE_SELFREF)
activators = list("push ref" = IC_PINTYPE_PULSE_IN)
spawn_flags = IC_SPAWN_DEFAULT|IC_SPAWN_RESEARCH
var/volume = 60
@@ -137,4 +137,4 @@
/obj/item/integrated_circuit/passive/power/chemical_cell/do_work()
set_pin_data(IC_OUTPUT, 2, WEAKREF(src))
push_data()
push_data()