[MIRROR] Fixes hidden node unlocking (#5731)

* Merge pull request #36013 from kevinz000/techwebs_hotfix_1

Fixes hidden node unlocking

* Fixes hidden node unlocking
This commit is contained in:
CitadelStationBot
2018-02-28 19:31:38 -06:00
committed by Poojawa
parent 0a384c0df9
commit b40980b0c1

View File

@@ -158,6 +158,7 @@
boosted_nodes[N] = max(boosted_nodes[N], N.boost_item_paths[itempath])
if(N.autounlock_by_boost)
hidden_nodes -= N.id
update_node_status(N)
return TRUE
/datum/techweb/proc/update_tiers(datum/techweb_node/base)