/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", "Mining Designs", "Electronics", "Weapons", "Ammo", "Firing Pins", "Computer Parts" ) production_animation = "protolathe_n" allowed_buildtypes = PROTOLATHE /obj/machinery/rnd/production/protolathe/disconnect_console() linked_console.linked_lathe = null ..()