Adds devilwings donor item for kitsun
This commit is contained in:
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 |
Reference in New Issue
Block a user