replaces circuit imprinter Core RnD Console design with Public RnD Console

This commit is contained in:
uraniummeltdown
2016-08-31 22:00:14 +04:00
parent 1497c87562
commit 8ffa36bf0e
@@ -213,13 +213,13 @@
category = list("Computer Boards")
/datum/design/rdconsole
name = "Console Board (R&D Console)"
desc = "Allows for the construction of circuit boards used to build a new R&D console."
name = "Console Board (R&D Console - Public)"
desc = "Allows for the construction of circuit boards used to build a new R&D console. Can be swiped with an RD level ID to enable access restrictions."
id = "rdconsole"
req_tech = list("programming" = 4)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000, "sacid" = 20)
build_path = /obj/item/weapon/circuitboard/rdconsole
build_path = /obj/item/weapon/circuitboard/rdconsole/public
category = list("Computer Boards")
/datum/design/rdservercontrol