works but looks weird
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user