Update code/game/gamemodes/steal_items.dm

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
Qwertytoforty
2021-08-12 13:20:22 -04:00
committed by GitHub
co-authored by SteelSlayer
parent 8f169f787e
commit 0aeb2d97bd
+1 -1
View File
@@ -14,7 +14,7 @@
var/location_override
/// Do we have a special item we give to somewhen when they get this objective?
var/special_equipment = null
/// If a steal objective has forbiden jobs, and the forbiden jobs would not be in the possession of this item, set this to false
/// If a steal objective has forbidden jobs, and the forbidden jobs would not be in the possession of this item, set this to false
var/job_possession = TRUE
/datum/theft_objective/proc/check_completion(datum/mind/owner)