Merge pull request #5910 from Anewbe/pilot_console_id

Pilot consoles require pilot access
This commit is contained in:
Neerti
2019-02-01 18:01:36 -05:00
committed by VirgoBot
parent 30ab44613d
commit 3f90fb2e7d
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"