Merge pull request #13393 from Citadel-Station-13/customskirt

[Ready] Donator Item - Custom Skirt
This commit is contained in:
LetterJay
2020-09-21 22:48:21 -05:00
committed by GitHub
4 changed files with 15 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

@@ -511,6 +511,12 @@
path = /obj/item/bedsheet/cosmos
ckeywhitelist = list("grunnyyy")
/datum/gear/donator/customskirt
name = "custom atmos skirt"
slot = SLOT_IN_BACKPACK
path = /obj/item/clothing/under/custom/customskirt
ckeywhitelist = list("thakyz")
/datum/gear/donator/hisakaki
name = "halo"
slot = SLOT_HEAD
@@ -551,10 +551,18 @@
icon_state = "polyce"
poly_colors = list("#808080", "#8CC6FF", "#FF3535")
/obj/item/clothing/under/custom/customskirt
name = "unzipped atmos skirt"
desc = "atmos jumpsuit skirt with the top half zipped down and wrapped around the waist."
icon_state = "atmos_skirt"
item_state = "atmos_skirt"
icon = 'icons/obj/custom.dmi'
mob_overlay_icon = 'icons/mob/clothing/custom_w.dmi'
/obj/item/clothing/head/halo
name = "transdimensional halo"
desc = "An oddly shaped halo that magically hovers above the head."
icon_state = "halo"
item_state = "halo"
icon = 'icons/obj/custom.dmi'
icon = 'icons/mob/clothing/custom_w.dmi'
mob_overlay_icon = 'icons/mob/clothing/custom_w.dmi'