Merge pull request #9737 from Ghommie/Ghommie-cit326

Ports techweb backend refactor & co.
This commit is contained in:
kevinz000
2019-11-14 16:45:09 -07:00
committed by GitHub
21 changed files with 477 additions and 350 deletions
+3 -1
View File
@@ -202,7 +202,9 @@ GLOBAL_VAR_INIT(rpg_loot_items, FALSE)
var/list/boostable_nodes = techweb_item_boost_check(src)
if (boostable_nodes)
for(var/id in boostable_nodes)
var/datum/techweb_node/node = SSresearch.techweb_nodes[id]
var/datum/techweb_node/node = SSresearch.techweb_node_by_id(id)
if(!node)
continue
research_msg += sep
research_msg += node.display_name
sep = ", "