Files
CHOMPStation2/code/modules/shuttles/shuttles_vr.dm
T
2020-04-04 21:55:18 -04:00

25 lines
895 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_mining, access_medical_equip) //Allows xenoarch, miners AND doctors 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"