Merge pull request #13596 from Citadel-Station-13/donatorvestshirt

Donator - Vest and Shirt
This commit is contained in:
Putnam3145
2020-10-20 20:14:16 -07:00
committed by GitHub
4 changed files with 16 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 27 KiB

@@ -522,3 +522,10 @@
slot = SLOT_HEAD
path = /obj/item/clothing/head/halo
ckeywhitelist = list("hisakaki")
/datum/gear/donator/vest
name = "vest and shirt"
slot = SLOT_W_UNIFORM
path = /obj/item/clothing/under/custom/vest
ckeywhitelist = list("maylowfox")
@@ -567,4 +567,12 @@
icon = 'icons/mob/clothing/custom_w.dmi'
mob_overlay_icon = 'icons/mob/clothing/custom_w.dmi'
dynamic_hair_suffix = ""
/obj/item/clothing/under/custom/vest
name = "vest"
desc = "A vest with a shirt underlining it."
icon_state = "vest"
item_state = "vest"
icon = 'icons/obj/custom.dmi'
mob_overlay_icon = 'icons/mob/clothing/custom_w.dmi'