mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-21 11:06:25 +01:00
- 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.
23 lines
883 B
Plaintext
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 |