mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-05 22:43:46 +00:00
[MIRROR] Circuit submodules (#6980)
* Circuit submodules (#60109) Adds the module component that is basically a subroutine. Allows you to compact your logic into a bunch of functions. * Circuit submodules Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com>
This commit is contained in:
@@ -214,15 +214,21 @@
|
||||
build_path = /obj/item/circuit_component/select
|
||||
|
||||
/datum/design/component/tempsensor
|
||||
name = "Temperature Sensor"
|
||||
name = "Temperature Sensor Component"
|
||||
id = "comp_tempsensor"
|
||||
build_path = /obj/item/circuit_component/tempsensor
|
||||
|
||||
/datum/design/component/pressuresensor
|
||||
name = "Pressure Sensor"
|
||||
name = "Pressure Sensor Component"
|
||||
id = "comp_pressuresensor"
|
||||
build_path = /obj/item/circuit_component/pressuresensor
|
||||
|
||||
/datum/design/component/module
|
||||
name = "Module Component"
|
||||
id = "comp_module"
|
||||
build_path = /obj/item/circuit_component/module
|
||||
|
||||
|
||||
/datum/design/compact_remote_shell
|
||||
name = "Compact Remote Shell"
|
||||
desc = "A handheld shell with one big button."
|
||||
|
||||
@@ -228,6 +228,7 @@
|
||||
"comp_light",
|
||||
"comp_logic",
|
||||
"comp_mmi",
|
||||
"comp_module",
|
||||
"comp_multiplexer",
|
||||
"comp_not",
|
||||
"comp_pressuresensor",
|
||||
|
||||
Reference in New Issue
Block a user