From 277ccce52dc4d9dd17e055bdcaaacf6488eb7849 Mon Sep 17 00:00:00 2001 From: AzuleUtama <44248086+AzuleUtama@users.noreply.github.com> Date: Thu, 5 Sep 2019 19:06:31 +0100 Subject: [PATCH] loses the gloves --- code/game/gamemodes/steal_items.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/game/gamemodes/steal_items.dm b/code/game/gamemodes/steal_items.dm index 98058fd68d9..de9f8fc0eb7 100644 --- a/code/game/gamemodes/steal_items.dm +++ b/code/game/gamemodes/steal_items.dm @@ -128,11 +128,6 @@ datum/theft_objective/ai/check_special_completion(var/obj/item/aicard/C) typepath = /obj/item/clothing/gloves/color/black/krav_maga/sec protected_jobs = list("Head Of Security", "Warden") -/datum/theft_objective/forensics - name = "the detective's advanced forensics gloves" - typepath = /obj/item/clothing/gloves/color/black/forensics - protected_jobs = list("Head Of Security", "Detective") - /datum/theft_objective/number var/min=0 var/max=0