Skip to content

Commit

Permalink
fixes and other
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraBarax committed Apr 1, 2024
1 parent 5a83f84 commit af292c4
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@
gear_tweaks += new /datum/gear_tweak/path/specified_types_list(dresses)

/datum/gear/uniform/skirt
display_name = "skirt selection"
display_name = "black skirt"
path = /obj/item/clothing/under/skirt
flags = GEAR_HAS_TYPE_SELECTION

/datum/gear/uniform/skirt_c
display_name = "skirt selection, colour select"
Expand All @@ -93,12 +92,9 @@
skirts_colorable += /obj/item/clothing/under/skirt_c/high
skirts_colorable += /obj/item/clothing/under/skirt_c/long
skirts_colorable += /obj/item/clothing/under/skirt_c/swept
skirts_colorable += /obj/item/clothing/under/skirt_c/puffy
skirts_colorable += /obj/item/clothing/under/skirt_c/plaid
skirts_colorable += /obj/item/clothing/under/skirt_c/pleated
skirts_colorable += /obj/item/clothing/under/skirt_c/skater
skirts_colorable += /obj/item/clothing/under/skirt_c/tube
skirts_colorable += /obj/item/clothing/under/skirt_c/straightlong
gear_tweaks += new /datum/gear_tweak/path/specified_types_list(skirts_colorable)

/datum/gear/uniform/casual_pants
Expand Down
31 changes: 1 addition & 30 deletions code/modules/clothing/under/skirts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,6 @@
rolled_sleeves = -1
coverage = 0.8

/obj/item/clothing/under/skirt/plaid_blue
name = "blue plaid skirt"
desc = "A preppy blue skirt with a white blouse."
icon_state = "plaid_blue"
worn_state = "plaid_blue"

/obj/item/clothing/under/skirt/plaid_red
name = "red plaid skirt"
desc = "A preppy red skirt with a white blouse."
icon_state = "plaid_red"
item_state = "kilt"
worn_state = "plaid_red"

/obj/item/clothing/under/skirt/plaid_purple
name = "blue purple skirt"
desc = "A preppy purple skirt with a white blouse."
icon_state = "plaid_purple"
item_state = "kilt"
worn_state = "plaid_purple"

// discreet skirts, dont cover upper/arms etc
/obj/item/clothing/under/skirt/khaki
name = "khaki skirt"
desc = "A khaki skirt with a flare at the hem."
icon_state = "skirt_khaki"
worn_state = "skirt_khaki"
body_parts_covered = LOWER_TORSO
coverage = 0.7

// colour selection, needs to be different for loadout type selection

/obj/item/clothing/under/skirt_c
Expand All @@ -45,7 +16,7 @@
icon_state = "skirt_short"
worn_state = "skirt_short"
body_parts_covered = LOWER_TORSO
coverage = 0.7
coverage = 0.7 // discreet skirts, dont cover upper/arms etc

/obj/item/clothing/under/skirt_c/casual
name = "casual skirt"
Expand Down
Binary file modified icons/inv_slots/uniforms/mob.dmi
Binary file not shown.
Binary file modified icons/inv_slots/uniforms/mob_fat.dmi
Binary file not shown.
Binary file modified icons/inv_slots/uniforms/mob_slim.dmi
Binary file not shown.
Binary file modified icons/inv_slots/uniforms/mob_slim_m.dmi
Binary file not shown.
Binary file modified icons/inv_slots/uniforms/mob_slimalt.dmi
Binary file not shown.

0 comments on commit af292c4

Please sign in to comment.