Merge pull request #13607 from timothyteakettle/polychrome-maid

polychromic maid outfit
This commit is contained in:
silicons
2020-10-28 07:46:55 -07:00
committed by GitHub
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"