From ec32ac6db372cd18c11e27727cd0c795ed87a08b Mon Sep 17 00:00:00 2001 From: ShizCalev Date: Sun, 4 Nov 2018 00:08:48 -0400 Subject: [PATCH] Corrects cybernetic implants requirements (#41287) --- code/modules/research/techweb/all_nodes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/techweb/all_nodes.dm b/code/modules/research/techweb/all_nodes.dm index d7f9aff88a8..2f62df149b2 100644 --- a/code/modules/research/techweb/all_nodes.dm +++ b/code/modules/research/techweb/all_nodes.dm @@ -461,7 +461,7 @@ id = "cyber_implants" display_name = "Cybernetic Implants" description = "Electronic implants that improve humans." - prereq_ids = list("adv_biotech", "adv_datatheory") + prereq_ids = list("adv_biotech", "datatheory") design_ids = list("ci-nutriment", "ci-breather", "ci-gloweyes", "ci-welding", "ci-medhud", "ci-sechud") research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500) export_price = 5000