Merge pull request #6036 from Citadel-Station-13/cloak

Donator cloak
This commit is contained in:
LetterJay
2018-03-21 07:59:07 -05:00
committed by GitHub
4 changed files with 17 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -245,4 +245,10 @@ datum/gear/darksabresheath
name = "Katlin's Ball"
category = slot_in_backpack
path = /obj/item/toy/tennis/rainbow/izzy
ckeywhitelist = list("izzyinbox")
ckeywhitelist = list("izzyinbox")
/datum/gear/cloak
name = "Green Cloak"
category = slot_neck
path = /obj/item/clothing/neck/cloak/green
ckeywhitelist = list("killer402402")

View File

@@ -350,3 +350,13 @@
can_hold = list(
/obj/item/toy/sword/darksabre
)
/obj/item/clothing/neck/cloak/green
name = "Generic Green Cloak"
desc = "This cloak doesn't seem too special."
icon = 'icons/obj/custom.dmi'
icon_state = "wintergreencloak"
icon_override = 'icons/mob/custom_w.dmi'
item_state = "wintergreencloak"
w_class = WEIGHT_CLASS_SMALL
body_parts_covered = CHEST|GROIN|LEGS|ARMS