From 6e30048029a47898d5bef1b55d3abde70037f909 Mon Sep 17 00:00:00 2001 From: Ragolution Date: Fri, 4 Jan 2019 08:20:27 -0500 Subject: [PATCH] I guess it didn't like that. I don't know how to fix this so I'm changing it back uwu --- 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 14d3c02284..826f8d05b8 100644 --- a/code/modules/research/techweb/all_nodes.dm +++ b/code/modules/research/techweb/all_nodes.dm @@ -580,7 +580,7 @@ display_name = "Medical Weaponry" description = "Weapons using medical technology." prereq_ids = list("adv_biotech", "adv_weaponry") - design_ids = list("rapidsyringe", "shotgundartcryostasis") + design_ids = list("rapidsyringe", "shotgundartcryostatis") research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2000) export_price = 5000