remove unusual entries from circuit imprinter, unify new entry & existing board as Air Sensor Monitor (#26013)

Co-authored-by: Paul Merkamp <pmerkamp@butler.edu>
This commit is contained in:
Paul
2024-07-01 18:55:54 +00:00
committed by GitHub
co-authored by Paul Merkamp
parent 3721e5328d
commit 61f970b7ce
2 changed files with 11 additions and 21 deletions
@@ -32,6 +32,16 @@
build_path = /obj/item/circuitboard/aiupload
category = list("Computer Boards")
/datum/design/air_management
name = "Console Board (Air Sensor Monitor)"
desc = "Allows for the construction of circuit boards used to build an Air Sensor Monitor."
id = "air_management"
req_tech = list("programming" = 2)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000)
build_path = /obj/item/circuitboard/air_management
category = list("Computer Boards")
/datum/design/atmosalerts
name = "Console Board (Atmospheric Alerts)"
desc = "Allows for the construction of circuit boards used to build an atmosphere alert console.."
@@ -42,16 +52,6 @@
build_path = /obj/item/circuitboard/atmos_alert
category = list("Computer Boards")
/datum/design/air_management
name = "Console Board (Atmospheric Monitor)"
desc = "Allows for the construction of circuit boards used to build an Atmospheric Monitor."
id = "air_management"
req_tech = list("programming" = 2)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000)
build_path = /obj/item/circuitboard/air_management
category = list("Computer Boards")
/datum/design/seccamera
name = "Console Board (Camera Monitor)"
desc = "Allows for the construction of circuit boards used to build camera monitors."
@@ -322,16 +322,6 @@
build_path = /obj/item/circuitboard/teleporter
category = list("Computer Boards")
/datum/design/GAC
name = "Console Board (General Air Control)"
desc = "Allows for the construction of circuit boards used to build a General Air Control Computer."
id = "GAC"
req_tech = list("programming" = 3, "magnets" = 2)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000)
build_path = /obj/item/circuitboard/air_management
category = list("Computer Boards")
/datum/design/tank_control
name = "Console Board (Large Tank Control)"
desc = "Allows for the construction of circuit boards used to build a Large Tank Control Computer."