First pass of R&D consoles not losing special ID stuff when de/reconstructed

The RD's ID, and anyone with equivalent access, can switch the access
restrictions on an RD console's board in event of the boards getting
destroyed
This commit is contained in:
Crazylemon
2015-12-17 18:51:06 -08:00
parent 59b1e688ae
commit 1805269393
2 changed files with 49 additions and 9 deletions
+3
View File
@@ -1164,14 +1164,17 @@ proc/CallMaterialName(ID)
desc = "A console used to interface with R&D tools."
id = 2
req_access = list(access_robotics)
circuit = /obj/item/weapon/circuitboard/rdconsole/robotics
/obj/machinery/computer/rdconsole/experiment
name = "\improper E.X.P.E.R.I-MENTOR R&D console"
desc = "A console used to interface with R&D tools."
id = 3
circuit = /obj/item/weapon/circuitboard/rdconsole/experiment
/obj/machinery/computer/rdconsole/mechanics
name = "mechanics R&D console"
desc = "A console used to interface with R&D tools."
id = 4
req_access = list(access_mechanic)
circuit = /obj/item/weapon/circuitboard/rdconsole/mechanics