mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
27 lines
711 B
Plaintext
27 lines
711 B
Plaintext
/obj/machinery/rnd/production/protolathe
|
|
name = "protolathe"
|
|
desc = "Converts raw materials into useful objects."
|
|
icon_state = "protolathe"
|
|
circuit = /obj/item/circuitboard/machine/protolathe
|
|
categories = list(
|
|
"Power Designs",
|
|
"Medical Designs",
|
|
"Bluespace Designs",
|
|
"Stock Parts",
|
|
"Equipment",
|
|
"Tool Designs",
|
|
"Mining Designs",
|
|
"Electronics",
|
|
"Weapons",
|
|
"Ammo",
|
|
"Firing Pins",
|
|
"Computer Parts",
|
|
"MODsuit Designs"
|
|
)
|
|
production_animation = "protolathe_n"
|
|
allowed_buildtypes = PROTOLATHE
|
|
|
|
/obj/machinery/rnd/production/protolathe/disconnect_console()
|
|
linked_console.linked_lathe = null
|
|
..()
|