Files
CHOMPStation2/code/modules/integrated_electronics/passive/passive.dm
2017-01-25 19:31:21 -05: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