Files
CHOMPstation/code/modules/shuttles/departmental.dm
T
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

23 lines
883 B
Plaintext

/obj/machinery/computer/shuttle_control/mining
name = "mining shuttle control console"
shuttle_tag = "Mining"
//req_access = list(access_mining)
circuit = /obj/item/weapon/circuitboard/mining_shuttle
/obj/machinery/computer/shuttle_control/engineering
name = "engineering shuttle control console"
shuttle_tag = "Engineering"
//req_one_access = list(access_engine_equip,access_atmospherics)
circuit = /obj/item/weapon/circuitboard/engineering_shuttle
/obj/machinery/computer/shuttle_control/research
name = "research shuttle control console"
shuttle_tag = "Research"
//req_access = list(access_research)
circuit = /obj/item/weapon/circuitboard/research_shuttle
/obj/machinery/computer/shuttle_control/medical
name = "medical shuttle control console"
shuttle_tag = "Medical"
//req_access = list(access_medical)
circuit = /obj/item/weapon/circuitboard/medical_shuttle