Merge pull request #4737 from VOREStation/upstream-merge-5910

[MIRROR] Pilot consoles require pilot access
This commit is contained in:
Novacat
2019-03-28 16:31:05 -04:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
author: Anewbe
delete-after: True
changes
- tweak: "Pilot consoles now require pilot access to use."
@@ -3,6 +3,7 @@
/obj/machinery/computer/shuttle_control/web/shuttle1
name = "shuttle control console"
shuttle_tag = "Shuttle 1"
req_access = list(access_pilot)
/datum/shuttle/web_shuttle/shuttle1
name = "Shuttle 1"
@@ -45,6 +46,7 @@
/obj/machinery/computer/shuttle_control/web/shuttle2
name = "shuttle control console"
shuttle_tag = "Shuttle 2"
req_access = list(access_pilot)
/datum/shuttle/web_shuttle/shuttle2
name = "Shuttle 2"