mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
18 lines
653 B
Plaintext
18 lines
653 B
Plaintext
/obj/machinery/computer/shuttle_control/mining
|
|
name = "mining shuttle control console"
|
|
shuttle_tag = "Mining"
|
|
//req_access = list(access_mining)
|
|
circuit = /obj/item/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/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/circuitboard/research_shuttle
|