From c45f9c65da6a9e9a41fccf9f901bc2015f89e778 Mon Sep 17 00:00:00 2001 From: ArcaneMusic Date: Thu, 16 Jul 2020 00:13:23 -0400 Subject: [PATCH] Fixes a parenthesis issue --- code/modules/research/techweb/all_nodes.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/techweb/all_nodes.dm b/code/modules/research/techweb/all_nodes.dm index a4ee22ead13..0ef670f8a40 100644 --- a/code/modules/research/techweb/all_nodes.dm +++ b/code/modules/research/techweb/all_nodes.dm @@ -1081,9 +1081,9 @@ /datum/techweb_node/extreme_office id = "extreme_office" display_name = "Advanced Office Applications" - description = "An application of some of smartest lab guys got together on a friday and improved office efficiency by 350%. Here's how." + description = "Some of smartest lab guys got together on a friday and improved office efficiency by 350%. Here's how." prereq_ids = list("base") - design_ids = list("rolling_table, mauna_mug") + design_ids = list("rolling_table", "mauna_mug") research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500) export_price = 2500 hidden = TRUE