mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Adds temperature and pressure sensors to circuits (#59993)
Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com>
This commit is contained in:
@@ -213,6 +213,16 @@
|
||||
id = "comp_select_query"
|
||||
build_path = /obj/item/circuit_component/select
|
||||
|
||||
/datum/design/component/tempsensor
|
||||
name = "Temperature Sensor"
|
||||
id = "comp_tempsensor"
|
||||
build_path = /obj/item/circuit_component/tempsensor
|
||||
|
||||
/datum/design/component/pressuresensor
|
||||
name = "Pressure Sensor"
|
||||
id = "comp_pressuresensor"
|
||||
build_path = /obj/item/circuit_component/pressuresensor
|
||||
|
||||
/datum/design/compact_remote_shell
|
||||
name = "Compact Remote Shell"
|
||||
desc = "A handheld shell with one big button."
|
||||
|
||||
@@ -214,6 +214,7 @@
|
||||
"comp_mmi",
|
||||
"comp_multiplexer",
|
||||
"comp_not",
|
||||
"comp_pressuresensor",
|
||||
"comp_radio",
|
||||
"comp_ram",
|
||||
"comp_random",
|
||||
@@ -225,6 +226,7 @@
|
||||
"comp_speech",
|
||||
"comp_split",
|
||||
"comp_string_contains",
|
||||
"comp_tempsensor",
|
||||
"comp_textcase",
|
||||
"comp_tostring",
|
||||
"comp_typecheck",
|
||||
|
||||
Reference in New Issue
Block a user