mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-22 07:14:35 +00:00
25 lines
884 B
Plaintext
25 lines
884 B
Plaintext
/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_one_access = list(access_research, access_mining) //Allows xenoarch AND miners to use it.
|
|
// shuttle_tag = "Belter" //The scanning console needs to enable/disable this at will.
|
|
|
|
/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"
|
|
|