Consolidate shuttle files + define mining one

It was getting junky the way I was doing it.
This commit is contained in:
Arokha Sieyes
2017-02-11 21:55:02 -05:00
parent 5ea40be101
commit 497bda4df6
4 changed files with 23 additions and 16 deletions
-4
View File
@@ -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"
-4
View File
@@ -1,4 +0,0 @@
/obj/machinery/computer/shuttle_control/multi/awaymission
name = "exploration shuttle control console"
req_access = list(access_gateway)
shuttle_tag = "AwayMission"
-8
View File
@@ -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"
+23
View File
@@ -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"