Merge pull request #7029 from Citadel-Station-13/kitsundevilwings
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 |
@@ -295,3 +295,9 @@ datum/gear/darksabresheath
|
||||
category = SLOT_IN_BACKPACK
|
||||
path = /obj/item/clothing/suit/armor/vest/darkcarapace
|
||||
ckeywhitelist = list("inferno707")
|
||||
|
||||
/datum/gear/devilwings
|
||||
name = "Strange Wings"
|
||||
category = SLOT_NECK
|
||||
path = /obj/item/clothing/neck/devilwings
|
||||
ckeywhitelist = list("kitsun")
|
||||
|
||||
@@ -370,3 +370,13 @@
|
||||
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
|
||||
worn_y_dimension = 34
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 790 B |
Reference in New Issue
Block a user