Adminbus heirloom objective

This commit is contained in:
Archie
2021-06-01 19:18:39 -03:00
parent 7e250ce9ee
commit 4925c15e49
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -894,7 +894,7 @@ GLOBAL_LIST_EMPTY(possible_items_special)
/datum/objective/hoard/proc/set_target(obj/item/I)
if(I)
hoarded_item = I
explanation_text = "Keep [I] on your person at all times."
explanation_text = "Steal and keep [I] heirloom on your person at all times."
return hoarded_item
else
explanation_text = "Free objective"