From f8e852c6c945a3acc8ee0d63ab2887740694b2fd Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 13 Jan 2021 20:28:18 -0600 Subject: [PATCH] Update all_nodes.dm --- code/modules/research/techweb/all_nodes.dm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/code/modules/research/techweb/all_nodes.dm b/code/modules/research/techweb/all_nodes.dm index 7c18e566..e3acdea9 100644 --- a/code/modules/research/techweb/all_nodes.dm +++ b/code/modules/research/techweb/all_nodes.dm @@ -255,10 +255,21 @@ display_name = "Games and Toys" description = "For the slackers on the station." prereq_ids = list("comptech") - design_ids = list("arcade_battle", "arcade_orion", "slotmachine", "autoylathe", "arcade_minesweeper") + design_ids = list("arcade_battle", "arcade_orion", "arcade_minesweeper", "slotmachine", "autoylathe") research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 1000) export_price = 5000 + +///datum/techweb_node/computer_board_gaming +// id = "computer_board_gaming" +// display_name = "Arcade Games" +// description = "For the slackers on the station." +// prereq_ids = list("comptech") +// design_ids = list("arcade_battle", "arcade_orion", "slotmachine") // Magic money +// research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 1500) +// export_price = 2000 + + /////////////////////////Bluespace tech///////////////////////// /datum/techweb_node/bluespace_basic //Bluespace-memery id = "bluespace_basic"