Skip to content

Commit

Permalink
Added Efficiency Board to be Printable (#11400)
Browse files Browse the repository at this point in the history
* added efficiency board

* Update AI_module_designs.dm
  • Loading branch information
MarkusLarsson421 authored Sep 1, 2024
1 parent 88e3706 commit 0ecce6a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 10 additions & 1 deletion code/modules/research/designs/AI_module_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,17 @@
category = list("AI Modules")
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE

/datum/design/board/efficiency
name = "Core Module Design (Efficiency)"
desc = "Allows for the construction of a Corporate AI Core Module."
id = "maintain_module"
materials = list(/datum/material/glass = 1000, /datum/material/diamond = 2000, /datum/material/copper = 300)
build_path = /obj/item/aiModule/core/full/maintain
category = list("AI Modules")
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE

/datum/design/board/default_module
name = "Core Module Design (Default)"
name = "Core Module Design (Crewsimov)"
desc = "Allows for the construction of a Default AI Core Module."
id = "default_module"
materials = list(/datum/material/glass = 1000, /datum/material/diamond = 2000, /datum/material/copper = 300)
Expand Down
3 changes: 2 additions & 1 deletion code/modules/research/techweb/all_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,7 @@
"asimov_module",
"borg_ai_control",
"corporate_module",
"maintain_module",
"default_module",
"freeform_module",
"freeformcore_module",
Expand Down Expand Up @@ -2265,7 +2266,7 @@
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 1000, TECHWEB_POINT_TYPE_NANITES = 1000)
export_price = 5000

/datum/techweb_node/nanite_cc
id = "nanite_cc"
tech_tier = 5
Expand Down

0 comments on commit 0ecce6a

Please sign in to comment.