Skip to content

Commit

Permalink
Merge pull request #1138 from Fabian272/patch-3
Browse files Browse the repository at this point in the history
Makes bounty consoles printable
  • Loading branch information
MosleyTheMalO authored May 9, 2024
2 parents aa785e9 + 35727eb commit 6fe72ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/research/techweb/nodes/computer_hud_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6fe72ab

Please sign in to comment.