Files
GS13/code/modules/integrated_electronics/passive/passive.dm
2019-09-23 18:26:34 +02: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