mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 09:31:30 +00:00
Everything in game/machinery/computers/ and modules/shuttles should now have properly (de)capitalized names. Computer, board and research names should now be coherent, too. Adds a research for employment records circuit board.
18 lines
640 B
Plaintext
18 lines
640 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_txt = "11;24"
|
|
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
|