mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user