Files
GS13NG/code/modules/integrated_electronics/passive/passive.dm
silicons 803bff4e5f funny
2020-11-12 23:34:42 -07:00

8 lines
250 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