donator cape

This commit is contained in:
LetterJay
2018-07-05 23:43:47 -05:00
parent d75a9cf368
commit f8828db041
4 changed files with 13 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 24 KiB

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/flagcape
name = "US Flag Cape"
category = SLOT_IN_BACKPACK
path = /obj/item/bedsheet/custom/flagcape
ckeywhitelist = list("darnchacha")
@@ -370,3 +370,10 @@
icon = 'icons/obj/custom.dmi'
icon_state = "leechjar"
item_state = "leechjar"
/obj/item/bedsheet/rd/royal_cape
name = "Flag Cape"
desc = "A truly patriotic form of heroic attire."
icon = 'icons/obj/custom.dmi'
icon_state = "flagcape"
item_state = "flagcape"