Merge pull request #4687 from Fox-McCloud/crouching-warden-hidden-greytide

Gives Warden Krav Maga Gloves
This commit is contained in:
TheDZD
2016-06-19 13:13:11 -04:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -119,6 +119,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
@@ -155,6 +155,7 @@
new /obj/item/weapon/gun/energy/gun/advtaser(src)
new /obj/item/weapon/storage/belt/security/sec(src)
new /obj/item/weapon/storage/box/holobadge(src)
new /obj/item/clothing/gloves/color/black/krav_maga/sec(src)