works but looks weird

This commit is contained in:
timothyteakettle
2020-10-21 00:55:02 +01:00
parent 8e72c61d2d
commit 049f153cbf
4 changed files with 13 additions and 0 deletions
@@ -199,6 +199,15 @@
can_adjust = FALSE
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON
/obj/item/clothing/under/rank/civilian/janitor/maid/polychromic
icon_state = "polymaid"
item_state = "polymaid"
var/list/poly_colors = list("#FFFFFF", "#000000")
/obj/item/clothing/under/rank/civilian/janitor/maid/polychromic/ComponentInitialize()
. = ..()
AddElement(/datum/element/polychromic, poly_colors, 2)
/obj/item/clothing/under/rank/civilian/lawyer
desc = "Slick threads."
name = "Lawyer suit"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 KiB

After

Width:  |  Height:  |  Size: 454 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 130 KiB

@@ -44,6 +44,10 @@
name = "Maid costume"
path = /obj/item/clothing/under/costume/maid
/datum/gear/uniform/maidcostume/polychromic
name = "Polychromic maid costume"
path = /obj/item/clothing/under/rank/civilian/janitor/maid/polychromic
/datum/gear/uniform/mailmanuniform
name = "Mailman's jumpsuit"
path = /obj/item/clothing/under/misc/mailman