mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Consolidate shuttle files + define mining one
It was getting junky the way I was doing it.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
/obj/machinery/computer/shuttle_control/multi/admin
|
||||
name = "centcom shuttle control console"
|
||||
req_access = list(access_cent_general)
|
||||
shuttle_tag = "Administration"
|
||||
@@ -1,4 +0,0 @@
|
||||
/obj/machinery/computer/shuttle_control/multi/awaymission
|
||||
name = "exploration shuttle control console"
|
||||
req_access = list(access_gateway)
|
||||
shuttle_tag = "AwayMission"
|
||||
@@ -1,8 +0,0 @@
|
||||
/obj/machinery/computer/shuttle_control/mining
|
||||
name = "mining elevator control console"
|
||||
|
||||
/obj/machinery/computer/shuttle_control/engineering
|
||||
name = "engineering elevator control console"
|
||||
|
||||
/obj/machinery/computer/shuttle_control/research
|
||||
name = "research elevator control console"
|
||||
@@ -0,0 +1,23 @@
|
||||
/obj/machinery/computer/shuttle_control/multi/admin
|
||||
name = "centcom shuttle control console"
|
||||
req_access = list(access_cent_general)
|
||||
shuttle_tag = "Administration"
|
||||
|
||||
/obj/machinery/computer/shuttle_control/multi/awaymission
|
||||
name = "exploration shuttle control console"
|
||||
req_access = list(access_gateway)
|
||||
shuttle_tag = "AwayMission"
|
||||
|
||||
/obj/machinery/computer/shuttle_control/belter
|
||||
name = "belter control console"
|
||||
req_access = list(access_mining)
|
||||
shuttle_tag = "Belter"
|
||||
|
||||
/obj/machinery/computer/shuttle_control/mining
|
||||
name = "mining elevator control console"
|
||||
|
||||
/obj/machinery/computer/shuttle_control/engineering
|
||||
name = "engineering elevator control console"
|
||||
|
||||
/obj/machinery/computer/shuttle_control/research
|
||||
name = "research elevator control console"
|
||||
Reference in New Issue
Block a user