Files
IgnusVam b54920cdb4 Huge update!
- New pet for cargo
- Many fixes on the map
- A whole new z-level, shuttle, and casino ship! (not yet fully finished)
- New version of synxes, and a lot of their code has been fixed. They should also mimic now.
- Lots of fixes and additions
- Secrets and easter eggs, including one none of you will get but is blindingly obvious.
- If you're still reading this, have a cookie.
2019-01-31 21:04:05 -07:00

31 lines
1.1 KiB
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"
/obj/machinery/computer/shuttle_control/medical
name = "medical elevator control console"
/obj/machinery/computer/shuttle_control/casino
name = "casino shuttle control console"
req_access = list(access_trader)
shuttle_tag = "Casino"