Merge pull request #9431 from Ghommie/Ghommie-cit221

Ports "Makes the illegal tech node harder to unlock"
This commit is contained in:
kevinz000
2019-10-07 23:35:18 -07:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1054,7 +1054,7 @@
boost_item_paths = list()
for(var/path in GLOB.uplink_items)
var/datum/uplink_item/UI = new path
if(!UI.item)
if(!UI.item || !UI.illegal_tech)
continue
boost_item_paths |= UI.item //allows deconning to unlock.