Files
S.P.L.U.R.T-Station-13/code/modules/research/machinery/protolathe.dm
2023-05-01 00:16:20 -05:00

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
..()