Revert "add color type to all polychromics"

This reverts commit 02912aa4ad.
This commit is contained in:
Timothy Teakettle
2020-10-15 23:05:07 +01:00
parent c649dbe6c6
commit 587a2f8f19
4 changed files with 0 additions and 11 deletions
@@ -287,7 +287,6 @@
slot = SLOT_IN_BACKPACK
path = /obj/item/clothing/neck/cloak/polychromic/polyce
ckeywhitelist = list("worksbythesea", "blakeryan")
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
/datum/gear/donator/ssk
name = "Stun Sword Kit"
@@ -86,9 +86,7 @@
/datum/gear/neck/polycloak
name = "Polychromatic Cloak"
path = /obj/item/clothing/neck/cloak/polychromic
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
/datum/gear/neck/altpolycloak
name = "Alternate Cloak"
path = /obj/item/clothing/neck/cloak/alt/polychromic
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
@@ -101,7 +101,6 @@
name = "Polychromic winter coat"
path = /obj/item/clothing/suit/hooded/wintercoat/polychromic
cost = 4 //too many people with neon green coats is hard on the eyes
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
/datum/gear/suit/coat/med
name = "Medical winter coat"
@@ -223,43 +223,36 @@
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"