add color type to all polychromics
This commit is contained in:
@@ -287,6 +287,7 @@
|
|||||||
slot = SLOT_IN_BACKPACK
|
slot = SLOT_IN_BACKPACK
|
||||||
path = /obj/item/clothing/neck/cloak/polychromic/polyce
|
path = /obj/item/clothing/neck/cloak/polychromic/polyce
|
||||||
ckeywhitelist = list("worksbythesea", "blakeryan")
|
ckeywhitelist = list("worksbythesea", "blakeryan")
|
||||||
|
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
|
||||||
|
|
||||||
/datum/gear/donator/ssk
|
/datum/gear/donator/ssk
|
||||||
name = "Stun Sword Kit"
|
name = "Stun Sword Kit"
|
||||||
|
|||||||
@@ -86,7 +86,9 @@
|
|||||||
/datum/gear/neck/polycloak
|
/datum/gear/neck/polycloak
|
||||||
name = "Polychromatic Cloak"
|
name = "Polychromatic Cloak"
|
||||||
path = /obj/item/clothing/neck/cloak/polychromic
|
path = /obj/item/clothing/neck/cloak/polychromic
|
||||||
|
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
|
||||||
|
|
||||||
/datum/gear/neck/altpolycloak
|
/datum/gear/neck/altpolycloak
|
||||||
name = "Alternate Cloak"
|
name = "Alternate Cloak"
|
||||||
path = /obj/item/clothing/neck/cloak/alt/polychromic
|
path = /obj/item/clothing/neck/cloak/alt/polychromic
|
||||||
|
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
|
||||||
|
|||||||
@@ -101,6 +101,7 @@
|
|||||||
name = "Polychromic winter coat"
|
name = "Polychromic winter coat"
|
||||||
path = /obj/item/clothing/suit/hooded/wintercoat/polychromic
|
path = /obj/item/clothing/suit/hooded/wintercoat/polychromic
|
||||||
cost = 4 //too many people with neon green coats is hard on the eyes
|
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
|
/datum/gear/suit/coat/med
|
||||||
name = "Medical winter coat"
|
name = "Medical winter coat"
|
||||||
|
|||||||
@@ -223,36 +223,43 @@
|
|||||||
name = "Polychromic Jumpsuit"
|
name = "Polychromic Jumpsuit"
|
||||||
path = /obj/item/clothing/under/misc/polyjumpsuit
|
path = /obj/item/clothing/under/misc/polyjumpsuit
|
||||||
cost = 2
|
cost = 2
|
||||||
|
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
|
||||||
|
|
||||||
/datum/gear/uniform/skirt/poly
|
/datum/gear/uniform/skirt/poly
|
||||||
name = "Polychromic Jumpskirt"
|
name = "Polychromic Jumpskirt"
|
||||||
path = /obj/item/clothing/under/dress/skirt/polychromic
|
path = /obj/item/clothing/under/dress/skirt/polychromic
|
||||||
cost = 2
|
cost = 2
|
||||||
|
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
|
||||||
|
|
||||||
/datum/gear/uniform/suit/poly
|
/datum/gear/uniform/suit/poly
|
||||||
name = "Polychromic Button-up Shirt"
|
name = "Polychromic Button-up Shirt"
|
||||||
path = /obj/item/clothing/under/misc/poly_shirt
|
path = /obj/item/clothing/under/misc/poly_shirt
|
||||||
cost = 3
|
cost = 3
|
||||||
|
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
|
||||||
|
|
||||||
/datum/gear/uniform/skirt/poly/pleated
|
/datum/gear/uniform/skirt/poly/pleated
|
||||||
name = "Polychromic Pleated Sweaterskirt"
|
name = "Polychromic Pleated Sweaterskirt"
|
||||||
path = /obj/item/clothing/under/dress/skirt/polychromic/pleated
|
path = /obj/item/clothing/under/dress/skirt/polychromic/pleated
|
||||||
cost = 3
|
cost = 3
|
||||||
|
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
|
||||||
|
|
||||||
/datum/gear/uniform/polykilt
|
/datum/gear/uniform/polykilt
|
||||||
name = "Polychromic Kilt"
|
name = "Polychromic Kilt"
|
||||||
path = /obj/item/clothing/under/costume/kilt/polychromic
|
path = /obj/item/clothing/under/costume/kilt/polychromic
|
||||||
cost = 3
|
cost = 3
|
||||||
|
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
|
||||||
|
|
||||||
/datum/gear/uniform/shorts/poly
|
/datum/gear/uniform/shorts/poly
|
||||||
name = "Polychromic Shorts"
|
name = "Polychromic Shorts"
|
||||||
path = /obj/item/clothing/under/misc/polyshorts
|
path = /obj/item/clothing/under/misc/polyshorts
|
||||||
cost = 3
|
cost = 3
|
||||||
|
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
|
||||||
|
|
||||||
/datum/gear/uniform/shorts/poly/athletic
|
/datum/gear/uniform/shorts/poly/athletic
|
||||||
name = "Polychromic Athletic Shorts"
|
name = "Polychromic Athletic Shorts"
|
||||||
path = /obj/item/clothing/under/shorts/polychromic
|
path = /obj/item/clothing/under/shorts/polychromic
|
||||||
cost = 2
|
cost = 2
|
||||||
|
color_type = LOADOUT_COLOR_TYPE_POLYCHROMIC
|
||||||
|
|
||||||
/datum/gear/uniform/hopcasual
|
/datum/gear/uniform/hopcasual
|
||||||
name = "Casual Head of Personnel's uniform"
|
name = "Casual Head of Personnel's uniform"
|
||||||
|
|||||||
Reference in New Issue
Block a user