Adds devilwings donor item for kitsun

This commit is contained in:
deathride58
2018-06-07 00:27:23 -04:00
parent 32b91ef798
commit 303d939116
4 changed files with 14 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

@@ -290,3 +290,8 @@ datum/gear/darksabresheath
path = /obj/item/custom/leechjar
ckeywhitelist = list("sgtryder")
/datum/gear/devilwings
name = "Strange Wings"
category = SLOT_NECK
path = /obj/item/clothing/neck/devilwings
ckeywhitelist = list("kitsun")
@@ -358,3 +358,12 @@
icon = 'icons/obj/custom.dmi'
icon_state = "leechjar"
item_state = "leechjar"
/obj/item/clothing/neck/devilwings
name = "Strange Wings"
desc = "These strange wings look like they once attached to something... or someone...? whatever the case, their presence makes you feel uneasy.."
icon = 'icons/obj/custom.dmi'
icon_state = "devilwings"
alternate_worn_icon = 'modular_citadel/icons/mob/clothing/devilwings64x64.dmi'
item_state = "devilwings"
worn_x_dimension = 64
Binary file not shown.

After

Width:  |  Height:  |  Size: 790 B