Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
show_on_wiki = FALSE
starting_node = TRUE
design_ids = list(
"colony_autofab",
"colony_water_synth",
"colony_hydro_synth",
"gps_transmitter",
Expand Down Expand Up @@ -42,6 +43,16 @@
"colony_biogenerator",
)

/datum/design/board/construction_autofab
name = "Construction Autofab Board"
desc = /obj/machinery/rnd/production/colony_lathe::desc
id = "colony_autofab"
build_path = /obj/item/circuitboard/machine/colony_lathe
build_type = COLONY_FABRICATOR
category = list(
RND_CATEGORY_MACHINE + RND_SUBCATEGORY_MACHINE_ENGINEERING
)

/datum/design/board/organic_synthesizer
name = "Organic Materials Printer Board"
desc = /obj/machinery/biogenerator/organic_printer::desc
Expand Down
Loading