From 146682d1ee944273bacfbe1af035234436ea520d Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Thu, 16 Sep 2021 03:41:49 +0200 Subject: [PATCH] adds storage protocols to bepis --- code/modules/research/techweb/nodes/bepis_nodes.dm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/code/modules/research/techweb/nodes/bepis_nodes.dm b/code/modules/research/techweb/nodes/bepis_nodes.dm index fa17d62e50..ec29979bdf 100644 --- a/code/modules/research/techweb/nodes/bepis_nodes.dm +++ b/code/modules/research/techweb/nodes/bepis_nodes.dm @@ -60,6 +60,16 @@ hidden = TRUE experimental = TRUE +/datum/techweb_node/nanite_storage_protocols + id = "nanite_storage_protocols" + display_name = "Nanite Storage Protocols" + description = "Advanced behaviours that allow nanites to increase their maximum volume at variable cost." + prereq_ids = list("nanite_smart") + design_ids = list("hive_nanites", "zip_nanites", "free_range_nanites", "unsafe_storage_nanites") + research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 5000) + hidden = TRUE + experimental = TRUE + /datum/techweb_node/interrogation id = "interrogation" display_name = "Enhanced Interrogation Technology"