Files
S.P.L.U.R.T-Station-13/code/modules/integrated_electronics/passive/passive.dm
2017-11-14 05:00:48 -06:00

7 lines
249 B
Plaintext

// 'Passive' components do not have any pins, and instead contribute in some form to the assembly holding them.
/obj/item/integrated_circuit/passive
inputs = list()
outputs = list()
activators = list()
power_draw_idle = 0
power_draw_per_use = 0