OH BOY
@@ -360,3 +360,12 @@
|
|||||||
desc = "Thin, pretty gloves intended for use in sexy feminine attire. A tag on the hem claims they pair great with black stockings."
|
desc = "Thin, pretty gloves intended for use in sexy feminine attire. A tag on the hem claims they pair great with black stockings."
|
||||||
icon_state = "eveningblack"
|
icon_state = "eveningblack"
|
||||||
item_state = "eveningblack"
|
item_state = "eveningblack"
|
||||||
|
|
||||||
|
/obj/item/clothing/gloves/polymaid
|
||||||
|
name = "polychromic maid gloves"
|
||||||
|
desc = "Colourable maid gloves!"
|
||||||
|
icon_state = "maid_arms"
|
||||||
|
|
||||||
|
/obj/item/clothing/gloves/polymaid/ComponentInitialize()
|
||||||
|
. = ..()
|
||||||
|
AddElement(/datum/element/polychromic, list("#333333", "#FFFFFF"), 2)
|
||||||
|
|||||||
@@ -477,6 +477,15 @@
|
|||||||
item_state = "maid"
|
item_state = "maid"
|
||||||
dynamic_hair_suffix = ""
|
dynamic_hair_suffix = ""
|
||||||
|
|
||||||
|
/obj/item/clothing/head/maid/polychromic
|
||||||
|
name = "polychromic maid headband"
|
||||||
|
icon_state = "polymaid"
|
||||||
|
item_state = "polymaid"
|
||||||
|
|
||||||
|
/obj/item/clothing/head/maid/polychromic/ComponentInitialize()
|
||||||
|
. = ..()
|
||||||
|
AddElement(/datum/element/polychromic, list("#333333", "#FFFFFF"), 2)
|
||||||
|
|
||||||
/obj/item/clothing/head/widered
|
/obj/item/clothing/head/widered
|
||||||
name = "Wide red hat"
|
name = "Wide red hat"
|
||||||
desc = "It is both wide, and red. Stylish!"
|
desc = "It is both wide, and red. Stylish!"
|
||||||
|
|||||||
@@ -255,6 +255,15 @@
|
|||||||
item_state = "maidapron"
|
item_state = "maidapron"
|
||||||
minimize_when_attached = FALSE
|
minimize_when_attached = FALSE
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/maidapron/polychromic
|
||||||
|
name = "polychromic maid apron"
|
||||||
|
icon_state = "polymaidapron"
|
||||||
|
item_state = "polymaidapron"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/maidapron/polychromic/ComponentInitialize()
|
||||||
|
. = ..()
|
||||||
|
AddElement(/datum/element/polychromic, list("#333333", "#FFFFFF"), 2)
|
||||||
|
|
||||||
/obj/item/clothing/accessory/sleevecrop
|
/obj/item/clothing/accessory/sleevecrop
|
||||||
name = "one sleeved crop top"
|
name = "one sleeved crop top"
|
||||||
desc = "Off the shoulder crop top, for those nights out partying."
|
desc = "Off the shoulder crop top, for those nights out partying."
|
||||||
@@ -548,3 +557,5 @@
|
|||||||
obj_flags = UNIQUE_RENAME
|
obj_flags = UNIQUE_RENAME
|
||||||
custom_materials = list(/datum/material/iron=100)
|
custom_materials = list(/datum/material/iron=100)
|
||||||
resistance_flags = FIRE_PROOF
|
resistance_flags = FIRE_PROOF
|
||||||
|
|
||||||
|
/
|
||||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 486 KiB After Width: | Height: | Size: 487 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 141 KiB |
@@ -175,3 +175,9 @@
|
|||||||
/datum/gear/backpack/necklace//this is here because loadout doesn't support proper accessories
|
/datum/gear/backpack/necklace//this is here because loadout doesn't support proper accessories
|
||||||
name = "A renameable necklace"
|
name = "A renameable necklace"
|
||||||
path = /obj/item/clothing/accessory/necklace
|
path = /obj/item/clothing/accessory/necklace
|
||||||
|
|
||||||
|
/datum/gear/backpack/polymaidapron //this is ALSO here because loadout doesn't support proper accessories
|
||||||
|
name = "A renameable necklace"
|
||||||
|
path = /obj/item/clothing/accessory/maidapron/polychromic
|
||||||
|
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC
|
||||||
|
loadout_initial_colors = list("#333333", "#FFFFFF")
|
||||||
|
|||||||
@@ -14,6 +14,12 @@
|
|||||||
name = "Midnight gloves"
|
name = "Midnight gloves"
|
||||||
path = /obj/item/clothing/gloves/evening/black
|
path = /obj/item/clothing/gloves/evening/black
|
||||||
|
|
||||||
|
/datum/gear/gloves/maidpoly // WHAT DO YOU EVEN CALL THEM
|
||||||
|
name = "Polychromic maid gloves"
|
||||||
|
path = /obj/item/clothing/gloves/polymaid
|
||||||
|
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC
|
||||||
|
loadout_initial_colors = list("#333333", "#FFFFFF")
|
||||||
|
|
||||||
/datum/gear/gloves/goldring
|
/datum/gear/gloves/goldring
|
||||||
name = "A gold ring"
|
name = "A gold ring"
|
||||||
path = /obj/item/clothing/gloves/ring
|
path = /obj/item/clothing/gloves/ring
|
||||||
|
|||||||
@@ -58,6 +58,12 @@
|
|||||||
name = "Maid headband"
|
name = "Maid headband"
|
||||||
path= /obj/item/clothing/head/maid
|
path= /obj/item/clothing/head/maid
|
||||||
|
|
||||||
|
/datum/gear/head/maidband/poly
|
||||||
|
name = "Polychromic maid headband"
|
||||||
|
path= /obj/item/clothing/head/maid/polychromic
|
||||||
|
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC
|
||||||
|
loadout_initial_colors = list("#333333", "#FFFFFF")
|
||||||
|
|
||||||
/datum/gear/head/flakhelm
|
/datum/gear/head/flakhelm
|
||||||
name = "Flak Helmet"
|
name = "Flak Helmet"
|
||||||
path = /obj/item/clothing/head/flakhelm
|
path = /obj/item/clothing/head/flakhelm
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
name = "Polychromic maid costume"
|
name = "Polychromic maid costume"
|
||||||
path = /obj/item/clothing/under/rank/civilian/janitor/maid/polychromic
|
path = /obj/item/clothing/under/rank/civilian/janitor/maid/polychromic
|
||||||
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC
|
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC
|
||||||
loadout_initial_colors = list("#FFFFFF", "#000000")
|
loadout_initial_colors = list("#333333", "#FFFFFF")
|
||||||
|
|
||||||
/datum/gear/uniform/mailmanuniform
|
/datum/gear/uniform/mailmanuniform
|
||||||
name = "Mailman's jumpsuit"
|
name = "Mailman's jumpsuit"
|
||||||
|
|||||||