Makes illegal tech node harder to unlock

This commit is contained in:
Denton
2018-11-15 16:36:24 +01:00
parent a1166fd708
commit ea4bfdebee
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -982,7 +982,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.