mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-22 12:16:14 +01:00
Known errors: * A set of errors tied to updating the fire overlays. * A single error related to a dischephency between new and old slime code * A set of errors related to the recharging of stun batons * A single error due to old machinery code coming from your grav generator file * A single error error from your space cooler code, due to old atmopsherics code * A playerpanel warning * An error tied to extinguishing and old atmos code.
17 lines
615 B
Plaintext
17 lines
615 B
Plaintext
/obj/machinery/computer/shuttle_control/mining
|
|
name = "mining shuttle 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 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 console"
|
|
shuttle_tag = "Research"
|
|
//req_access = list(access_research)
|
|
circuit = /obj/item/weapon/circuitboard/research_shuttle |