Adds temperature and pressure sensors to circuits (#59993)

Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com>
This commit is contained in:
obsol
2021-07-04 16:47:32 -07:00
committed by GitHub
co-authored by Watermelon914
parent 6948ca330f
commit 9c46c01439
5 changed files with 94 additions and 0 deletions
@@ -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",