mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-06-01 12:20:49 +01:00
65f21fb1d3
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
8 lines
250 B
Plaintext
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
|