adds a hint for which jobs might have the object

This commit is contained in:
FreeStylaLT
2018-07-26 01:52:22 +03:00
parent 45737a2a29
commit 9cb973e06d
+3 -1
View File
@@ -352,7 +352,9 @@ var/list/potential_theft_objectives = subtypesof(/datum/theft_objective) - /datu
if(O.flags & 2)
continue
steal_target=O
explanation_text = "Steal [steal_target]. One can be found in [get_location()]."
explanation_text = "Steal [steal_target]. One was last seen in [get_location()]. "
if(islist(O.protected_jobs) && O.protected_jobs.len)
explanation_text += "It may also be in the possession of the [jointext(O.protected_jobs, ", ")]."
return
explanation_text = "Free Objective."