From 0ecce6abf2f4f584b11c8ec9ad7d085d6249fe1e Mon Sep 17 00:00:00 2001 From: Markus Larsson <82539179+MarkusLarsson421@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:46:38 +0200 Subject: [PATCH] Added Efficiency Board to be Printable (#11400) * added efficiency board * Update AI_module_designs.dm --- code/modules/research/designs/AI_module_designs.dm | 11 ++++++++++- code/modules/research/techweb/all_nodes.dm | 3 ++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/code/modules/research/designs/AI_module_designs.dm b/code/modules/research/designs/AI_module_designs.dm index c0d09b3f44616..e41e7d00f75fe 100644 --- a/code/modules/research/designs/AI_module_designs.dm +++ b/code/modules/research/designs/AI_module_designs.dm @@ -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) diff --git a/code/modules/research/techweb/all_nodes.dm b/code/modules/research/techweb/all_nodes.dm index c09d4bc52451f..01e4fa09b090a 100644 --- a/code/modules/research/techweb/all_nodes.dm +++ b/code/modules/research/techweb/all_nodes.dm @@ -986,6 +986,7 @@ "asimov_module", "borg_ai_control", "corporate_module", + "maintain_module", "default_module", "freeform_module", "freeformcore_module", @@ -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