From 35727eb46fdcb1147d0400d92b107596d78b62dd Mon Sep 17 00:00:00 2001 From: Fabian S <92162379+Fabian272@users.noreply.github.com> Date: Sat, 13 Apr 2024 22:42:20 +0200 Subject: [PATCH] Adds bounty consoles to research Apparently they have a design that isn't researchable! And no, I'm not talking about the civvie ones. --- code/modules/research/techweb/nodes/computer_hud_nodes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/techweb/nodes/computer_hud_nodes.dm b/code/modules/research/techweb/nodes/computer_hud_nodes.dm index 780c146fee..4ae1104198 100644 --- a/code/modules/research/techweb/nodes/computer_hud_nodes.dm +++ b/code/modules/research/techweb/nodes/computer_hud_nodes.dm @@ -5,7 +5,7 @@ display_name = "Computer Consoles" description = "Computers and how they work." prereq_ids = list("datatheory") - design_ids = list("cargo", "cargorequest", "libraryconsole", "mining", "miningshuttle", "crewconsole", "rdcamera", "comconsole", "idcardconsole", "seccamera") + design_ids = list("cargo", "cargorequest", "bounty", "libraryconsole", "mining", "miningshuttle", "crewconsole", "rdcamera", "comconsole", "idcardconsole", "seccamera") research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2000) /datum/techweb_node/computer_hardware_basic //Modular computers are shitty and nearly useless so until someone makes them actually useful this can be easy to get.