mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
Merge pull request #4737 from VOREStation/upstream-merge-5910
[MIRROR] Pilot consoles require pilot access
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user