Revert "Revert "add color type to all polychromics""

This reverts commit 587a2f8f19.
This commit is contained in:
Timothy Teakettle
2020-10-20 20:05:11 +01:00
parent 587a2f8f19
commit 608e5147de
4 changed files with 11 additions and 0 deletions
@@ -223,36 +223,43 @@
name = "Polychromic Jumpsuit"
path = /obj/item/clothing/under/misc/polyjumpsuit
cost = 2
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
/datum/gear/uniform/skirt/poly
name = "Polychromic Jumpskirt"
path = /obj/item/clothing/under/dress/skirt/polychromic
cost = 2
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
/datum/gear/uniform/suit/poly
name = "Polychromic Button-up Shirt"
path = /obj/item/clothing/under/misc/poly_shirt
cost = 3
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
/datum/gear/uniform/skirt/poly/pleated
name = "Polychromic Pleated Sweaterskirt"
path = /obj/item/clothing/under/dress/skirt/polychromic/pleated
cost = 3
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
/datum/gear/uniform/polykilt
name = "Polychromic Kilt"
path = /obj/item/clothing/under/costume/kilt/polychromic
cost = 3
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
/datum/gear/uniform/shorts/poly
name = "Polychromic Shorts"
path = /obj/item/clothing/under/misc/polyshorts
cost = 3
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
/datum/gear/uniform/shorts/poly/athletic
name = "Polychromic Athletic Shorts"
path = /obj/item/clothing/under/shorts/polychromic
cost = 2
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
/datum/gear/uniform/hopcasual
name = "Casual Head of Personnel's uniform"