mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-10 00:43:14 +00:00
Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com> Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com> Co-authored-by: Maurukas <66576896+Maurukas@users.noreply.github.com>
35 lines
976 B
Plaintext
35 lines
976 B
Plaintext
/obj/machinery/rnd/production/techfab
|
|
name = "technology fabricator"
|
|
desc = "Produces researched prototypes with raw materials and energy."
|
|
icon_state = "protolathe"
|
|
circuit = /obj/item/circuitboard/machine/techfab
|
|
categories = list(
|
|
"Power Designs",
|
|
"Medical Designs",
|
|
"Bluespace Designs",
|
|
"Stock Parts",
|
|
"Equipment",
|
|
"Tool Designs",
|
|
"Mining Designs",
|
|
"Electronics",
|
|
"Weapons",
|
|
"Ammo",
|
|
"Firing Pins",
|
|
"Computer Parts",
|
|
"AI Modules",
|
|
"Computer Boards",
|
|
"Teleportation Machinery",
|
|
"Medical Machinery",
|
|
"Engineering Machinery",
|
|
"Exosuit Modules",
|
|
"Hydroponics Machinery",
|
|
"Subspace Telecomms",
|
|
"Research Machinery",
|
|
"Misc. Machinery",
|
|
"Computer Parts",
|
|
"Circuitry"
|
|
)
|
|
console_link = FALSE
|
|
production_animation = "protolathe_n"
|
|
allowed_buildtypes = PROTOLATHE | IMPRINTER
|