From 587a2f8f19e8c2675b9e28dfb909040eab3aad3f Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Thu, 15 Oct 2020 23:05:07 +0100 Subject: [PATCH] Revert "add color type to all polychromics" This reverts commit 02912aa4ade5cf239da208f95092a69f8e2ad8a2. --- modular_citadel/code/modules/client/loadout/__donator.dm | 1 - modular_citadel/code/modules/client/loadout/neck.dm | 2 -- modular_citadel/code/modules/client/loadout/suit.dm | 1 - modular_citadel/code/modules/client/loadout/uniform.dm | 7 ------- 4 files changed, 11 deletions(-) diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index b6a1492af0..bb9162789e 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -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" diff --git a/modular_citadel/code/modules/client/loadout/neck.dm b/modular_citadel/code/modules/client/loadout/neck.dm index d10df3bc38..c7eff6ce78 100644 --- a/modular_citadel/code/modules/client/loadout/neck.dm +++ b/modular_citadel/code/modules/client/loadout/neck.dm @@ -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 diff --git a/modular_citadel/code/modules/client/loadout/suit.dm b/modular_citadel/code/modules/client/loadout/suit.dm index 4bda8328d7..d0be26a8a4 100644 --- a/modular_citadel/code/modules/client/loadout/suit.dm +++ b/modular_citadel/code/modules/client/loadout/suit.dm @@ -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" diff --git a/modular_citadel/code/modules/client/loadout/uniform.dm b/modular_citadel/code/modules/client/loadout/uniform.dm index 0152a2d75a..45d8fc1ef1 100644 --- a/modular_citadel/code/modules/client/loadout/uniform.dm +++ b/modular_citadel/code/modules/client/loadout/uniform.dm @@ -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"