Fixes hidden node unlocking

This commit is contained in:
kevinz000
2018-02-27 02:29:11 -08:00
parent e666bc63e1
commit 11d5c1c8a5
@@ -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)