Merge pull request #5589 from uraniummeltdown/rndforthepeople

Removes access restrictions from post-roundstart RnD Consoles (kind of)
This commit is contained in:
Fox McCloud
2016-09-12 14:39:56 -04:00
committed by GitHub
3 changed files with 4 additions and 4 deletions
@@ -153,9 +153,9 @@
// RD console circuits, so that {de,re}constructing one of the special consoles doesn't ruin everything forever
/obj/item/weapon/circuitboard/rdconsole
name = "Circuit Board (RD Console)"
desc = "Swipe a Research Director level ID or higher to reconfigure."
desc = "Swipe a Scientist level ID or higher to reconfigure."
build_path = /obj/machinery/computer/rdconsole/core
req_access = list(access_rd) // This is for adjusting the type of computer we're building - in case something messes up the pre-existing robotics or mechanics consoles
req_access = list(access_tox) // This is for adjusting the type of computer we're building - in case something messes up the pre-existing robotics or mechanics consoles
var/access_types = list("R&D Core", "Robotics", "E.X.P.E.R.I-MENTOR", "Mechanics", "Public")
id = 1
/obj/item/weapon/circuitboard/rdconsole/robotics
@@ -214,7 +214,7 @@
/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."
desc = "Allows for the construction of circuit boards used to build a new R&D console. Can be swiped with a Scientist level ID to manage access levels."
id = "rdconsole"
req_tech = list("programming" = 4)
build_type = IMPRINTER