Adds in cell management console

This commit is contained in:
AffectedArc07
2019-02-23 21:10:35 +00:00
parent e36c6242fa
commit 8bef0cd2e2
10 changed files with 2521 additions and 2394 deletions
@@ -209,6 +209,16 @@
req_tech = list("programming" = 2)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000)
build_path = /obj/item/circuitboard/brigcells
category = list("Computer Boards")
/datum/design/brigcells
name = "Console Board (Brig Cell Management Console)"
desc = "Allows for the construction of circuit boards used to build a brig cell management console."
id = "brigcells"
req_tech = list("programming" = 2)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000)
build_path = /obj/item/circuitboard/prisoner
category = list("Computer Boards")