Merge pull request #33801 from AutomaticFrenzy/patch/download

Fix download objective always greentexting
This commit is contained in:
Jordan Brown
2017-12-24 14:52:31 -05:00
committed by CitadelStationBot
parent 2378235f51
commit a111679821
+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