mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
71af7f3f22
In an effort to make the way our sprites are organized make a little bit more sense, this takes ALL the sprites in `icons/clothing` and moves them over `icons/obj/item/clothing` or another appropriate file in the case of non-clothing items. A lot of these files had to be split since they lumped everything into the same dmi which had to be changed since people, reasonably, expect to find a hat in the folder named `hat` and not in the one where we're supposed to keep uniforms in. A lot of smaller files were also merged into already existing dmis where it made sense. Lastly, all the colourable items kept in `icons/obj/item/clothing` were updated to the new palette. Those items were: **Backpacks:** - GD Sacred Icon **Belts:** - Fannypack **Gloves:** - Gloves - Single Glove **Hats:** - GD Cowl - GD Cube Hood - Furred Crown - Surgeon Cap - Kippah - Plain Hood **Shoes:** - Konyanger Gomusin **Coats:** - GD Eccentric Coat **Uniforms:** - Colourable Dress - Shortsleeve Dress - Evening Gown - Open Shoulder Dress - Assymetric Dress - Tea Dress - Long Sleeve Dress - Colourable Scrubs - Colourable Jumpsuit
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
/obj/item/clothing/under/dress/colorable
|
|
name = "strapless midi dress"
|
|
desc = "A one-piece fashionable garment."
|
|
icon = 'icons/obj/item/clothing/under/dress/colorable/colorable_dresses.dmi'
|
|
icon_state = "dress"
|
|
item_state = "dress"
|
|
body_parts_covered = UPPER_TORSO | LOWER_TORSO
|
|
contained_sprite = TRUE
|
|
|
|
/obj/item/clothing/under/dress/colorable/sleeveless
|
|
name = "sleeveless A-line dress"
|
|
icon_state = "shortsleeve_dress"
|
|
item_state = "shortsleeve_dress"
|
|
|
|
/obj/item/clothing/under/dress/colorable/longsleeve
|
|
name = "longsleeve A-line dress"
|
|
icon_state = "longsleeve_dress"
|
|
item_state = "longsleeve_dress"
|
|
body_parts_covered = UPPER_TORSO | LOWER_TORSO | ARMS
|
|
|
|
/obj/item/clothing/under/dress/colorable/evening_gown
|
|
name = "evening gown"
|
|
icon_state = "evening_gown"
|
|
item_state = "evening_gown"
|
|
body_parts_covered = UPPER_TORSO | LOWER_TORSO | LEGS
|
|
|
|
/obj/item/clothing/under/dress/colorable/tea_dress
|
|
name = "tea-length dress"
|
|
icon_state = "tea_dress"
|
|
item_state = "tea_dress"
|
|
body_parts_covered = UPPER_TORSO | LOWER_TORSO | LEGS
|
|
|
|
/obj/item/clothing/under/dress/colorable/open_shoulder
|
|
name = "open-shoulder dress"
|
|
icon_state = "open_shoulder_dress"
|
|
item_state = "open_shoulder_dress"
|
|
|
|
/obj/item/clothing/under/dress/colorable/asymmetric
|
|
name = "asymmetric dress"
|
|
icon_state = "asymm_dress"
|
|
item_state = "asymm_dress"
|