mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Adds in cell management console
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user