mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
adds a hint for which jobs might have the object
This commit is contained in:
@@ -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."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user