mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Fixes accessories not showing up on suit items. Confusingly, accessories used the "_un" uniform suffix - this changes them to use the "_ac" suffix. Also moved some files around to their proper place (hair pins and bows aren't accessories, they're ear slot items, etc.) Fixes #20361 Fixes #20352 Fixes #20354
95 lines
3.1 KiB
Plaintext
95 lines
3.1 KiB
Plaintext
//skirts
|
|
|
|
/obj/item/clothing/pants/skirt
|
|
name = "casual skirt"
|
|
desc = "A short, colorful skirt."
|
|
desc_extended = "Not to be mistaken with the similarly named cut of steak."
|
|
icon = 'icons/obj/item/clothing/pants/skirts.dmi'
|
|
icon_state = "skirt_casual"
|
|
item_state = "skirt_casual"
|
|
body_parts_covered = LOWER_TORSO
|
|
contained_sprite = TRUE
|
|
gender = NEUTER
|
|
|
|
/obj/item/clothing/pants/skirt/puffy
|
|
name = "puffy skirt"
|
|
desc = "A short, puffy skirt."
|
|
desc_extended = "The opposite of a pencil skirt."
|
|
icon_state = "skirt_puffy"
|
|
item_state = "skirt_puffy"
|
|
|
|
/obj/item/clothing/pants/skirt/long
|
|
name = "long skirt"
|
|
desc = "A long, modest skirt."
|
|
desc_extended = "Long enough to do a curtsy, if that's something you want to do."
|
|
icon_state = "skirt_long"
|
|
item_state = "skirt_long"
|
|
|
|
/obj/item/clothing/pants/skirt/high
|
|
name = "high skirt"
|
|
desc = "A modest skirt going up to the waist."
|
|
desc_extended = "For when covering your legs isn't enough."
|
|
icon_state = "skirt_high"
|
|
item_state = "skirt_high"
|
|
|
|
/obj/item/clothing/pants/skirt/pencil
|
|
name = "pencil skirt"
|
|
desc = "A professional-looking pencil skirt."
|
|
desc_extended = "Revel in how professional you are."
|
|
icon_state = "skirt_pencil"
|
|
item_state = "skirt_pencil"
|
|
|
|
/obj/item/clothing/pants/skirt/swept
|
|
name = "swept skirt"
|
|
desc = "A skirt that is swept to one side."
|
|
desc_extended = "When you want a little more skirt, but not too much."
|
|
icon_state = "skirt_swept"
|
|
item_state = "skirt_swept"
|
|
|
|
/obj/item/clothing/pants/skirt/plaid
|
|
name = "plaid skirt"
|
|
desc = "A preppy plaid skirt."
|
|
desc_extended = "Stick it to gender stereotypes and be the lumberjack you've perhaps always wanted to be."
|
|
icon_state = "skirt_plaid"
|
|
item_state = "skirt_plaid"
|
|
|
|
/obj/item/clothing/pants/skirt/pleated
|
|
name = "pleated skirt"
|
|
desc = "A sharp-looking knife-pleated skirt."
|
|
desc_extended = "Would go great with a sailor uniform."
|
|
icon_state = "skirt_pleated"
|
|
item_state = "skirt_pleated"
|
|
|
|
/obj/item/clothing/pants/skirt/skater
|
|
name = "skater skirt"
|
|
desc = "A plush skater skirt."
|
|
desc_extended = "For ice skating, skateboarding, or rollerskating."
|
|
icon_state = "skirt_skater"
|
|
item_state = "skirt_skater"
|
|
|
|
/obj/item/clothing/pants/skirt/tube
|
|
name = "tube skirt"
|
|
desc = "A long tube skirt."
|
|
desc_extended = "A pencil skirt. But longer."
|
|
icon_state = "skirt_tube"
|
|
item_state = "skirt_tube"
|
|
|
|
/obj/item/clothing/pants/skirt/straightlong
|
|
name = "straight long skirt"
|
|
desc = "A skirt that goes all the way down to the ankles."
|
|
desc_extended = "Enough fabric for two skirts, and then some."
|
|
icon_state = "skirt_straightlong"
|
|
item_state = "skirt_straightlong"
|
|
|
|
/obj/item/clothing/pants/skirt/jumper
|
|
name = "jumper skirt"
|
|
desc = "A short skirt with two large shoulder straps."
|
|
desc_extended = "Too tall or too short? Too bad. These shoulder straps can't be adjusted."
|
|
icon_state = "skirt_jumper"
|
|
|
|
/obj/item/clothing/pants/skirt/jumper_highcut
|
|
name = "jumper dress"
|
|
desc = "A garment with open sides that seems to be a cross between a dress and an apron."
|
|
desc_extended = "You could achieve the same effect with two aprons, we're pretty sure."
|
|
icon_state = "skirt_jumper_highcut"
|