From c04c4dcd3fb132e0b28384c7f5ed688cdf6d20bd Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sun, 19 Jun 2016 13:04:59 -0400 Subject: [PATCH] steal that stuff --- code/game/gamemodes/steal_items.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/game/gamemodes/steal_items.dm b/code/game/gamemodes/steal_items.dm index 25d2807432e..815ce88ba29 100644 --- a/code/game/gamemodes/steal_items.dm +++ b/code/game/gamemodes/steal_items.dm @@ -124,6 +124,11 @@ datum/theft_objective/ai/check_special_completion(var/obj/item/device/aicard/C) typepath = /obj/item/clothing/suit/armor/laserproof protected_jobs = list("Head of Security", "Warden") +/datum/theft_objective/krav + name = "the warden's krav maga martial arts gloves" + typepath = /obj/item/clothing/gloves/color/black/krav_maga/sec + protected_jobs = list("Head Of Security", "Warden") + /datum/theft_objective/number var/min=0 var/max=0