Ports "Makes the illegal tech node harder to unlock"

This commit is contained in:
Ghommie
2019-10-07 06:19:48 +02:00
parent 7dada70447
commit 8228e52f43
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1045,7 +1045,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.