Fixes a parenthesis issue

This commit is contained in:
ArcaneMusic
2020-07-16 00:13:23 -04:00
parent 003e9691f7
commit c45f9c65da
+2 -2
View File
@@ -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