mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 20:30:46 +01:00
e956d13a6b
* jobs, access and radio to defines * . * . * urg * . * . * finish the radio freqs * why * . * . * ticker initial * eh --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
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
|