Merge pull request #33801 from AutomaticFrenzy/patch/download
Fix download objective always greentexting
This commit is contained in:
committed by
CitadelStationBot
parent
2378235f51
commit
a111679821
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user