Adds basic research access restriction to the away site shuttle (#7731)

This commit is contained in:
Alberyk
2019-12-22 02:37:10 +01:00
committed by Werner
parent 8156ac9add
commit 0fcb64d38f
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
/obj/machinery/computer/shuttle_control/research
name = "research shuttle control console"
shuttle_tag = "Research"
//req_access = list(access_research)
req_access = list(access_research)
circuit = /obj/item/circuitboard/research_shuttle
/obj/machinery/computer/shuttle_control/merchant
+6
View File
@@ -0,0 +1,6 @@
author: Alberyk
delete-after: True
changes:
- rscadd: "Added basic research access to the research shuttle."