Dark Carapace - Donator Item (#7055)

* donator

* POWERGAME
This commit is contained in:
LetterJay
2018-06-10 14:28:58 -05:00
committed by kevinz000
parent e68fbe9fa4
commit 108ff89719
2 changed files with 17 additions and 0 deletions
@@ -290,3 +290,8 @@ datum/gear/darksabresheath
path = /obj/item/custom/leechjar
ckeywhitelist = list("sgtryder")
/datum/gear/darkarmor
name = "Dark Armor"
category = SLOT_IN_BACKPACK
path = /obj/item/clothing/suit/armor/vest/darkcarapace
ckeywhitelist = list("inferno707")
@@ -328,6 +328,18 @@
/obj/item/toy/sword/darksabre
))
/obj/item/clothing/suit/armor/vest/darkcarapace
name = "Dark Armor"
desc = "A dark, non-functional piece of armor sporting a red and black finish."
icon = 'icons/obj/custom.dmi'
icon_override = 'icons/mob/custom_w.dmi'
icon_state = "darkcarapace"
item_state = "darkcarapace"
blood_overlay_type = "armor"
dog_fashion = /datum/dog_fashion/back
armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0)
/obj/item/clothing/neck/cloak/green
name = "Generic Green Cloak"
desc = "This cloak doesn't seem too special."