Skip to content

Commit

Permalink
Merge pull request tgstation#40488 from Dennok/patch-1
Browse files Browse the repository at this point in the history
Teleconsole now can be researched again.
  • Loading branch information
optimumtact authored Sep 27, 2018
2 parents b65141e + 5bd0fc6 commit b4ad5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/research/techweb/all_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
display_name = "Bluespace Travel"
description = "Application of Bluespace for static teleportation technology."
prereq_ids = list("practical_bluespace")
design_ids = list("tele_station", "tele_hub", "quantumpad", "launchpad", "launchpad_console", "bluespace_pod")
design_ids = list("tele_station", "tele_hub", "teleconsole", "quantumpad", "launchpad", "launchpad_console", "bluespace_pod")
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 5000)
export_price = 5000

Expand Down

0 comments on commit b4ad5b2

Please sign in to comment.