Merge pull request #4516 from Citadel-Station-13/upstream-merge-33801

[MIRROR] Fix download objective always greentexting
This commit is contained in:
LetterJay
2017-12-24 17:00:18 -06:00
committed by GitHub
+1 -1
View File
@@ -524,7 +524,7 @@ GLOBAL_LIST_EMPTY(possible_items_special)
var/list/otherwise = M.GetAllContents()
for(var/obj/item/disk/tech_disk/TD in otherwise)
TD.stored_research.copy_research_to(checking)
return checking.researched_nodes.len >= target
return checking.researched_nodes.len >= target_amount
/datum/objective/capture