mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-20 22:54:46 +00:00
* TGUI for techfabs * Update circuit_imprinter.dm * update circuit_printer.dm Co-authored-by: scriptis <scriptif@gmail.com> Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
9 lines
325 B
Plaintext
9 lines
325 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
|
|
console_link = FALSE
|
|
production_animation = "protolathe_n"
|
|
allowed_buildtypes = PROTOLATHE | IMPRINTER
|