A bunch of new clothes

Added 6 variants of feminine T-shirts, including midriffs, text and shoulder colours.

Added 2 new very short skirts, one with a split exposing one leg.

Added 4 recolourable belt accessories. Thin, thick, strap (no buckle) and studded.
This commit is contained in:
SatinIsle
2024-09-17 14:26:03 +01:00
parent 55ac1c54f0
commit 5b557c7257
11 changed files with 104 additions and 1 deletions
+30
View File
@@ -252,3 +252,33 @@
name = "Leotard"
icon_state = "leotard"
has_color = TRUE
/datum/category_item/underwear/undershirt/tshirt
name = "Feminine T-Shirt"
icon_state = "t-shirt_full"
has_color = TRUE
/datum/category_item/underwear/undershirt/tshirt_midriff
name = "Feminine T-Shirt (midriff)"
icon_state = "t-shirt_midriff"
has_color = TRUE
/datum/category_item/underwear/undershirt/tshirt_shoulders
name = "Feminine T-Shirt (black with shoulders)"
icon_state = "t-shirt_full_shoulders"
has_color = TRUE
/datum/category_item/underwear/undershirt/tshirt_midriff_shoulders
name = "Feminine T-Shirt (midriff, black with shoulders)"
icon_state = "t-shirt_midriff_shoulders"
has_color = TRUE
/datum/category_item/underwear/undershirt/tshirt_shoulders_text
name = "Feminine T-Shirt (black with shoulders and text)"
icon_state = "t-shirt_full_shoulders_text"
has_color = TRUE
/datum/category_item/underwear/undershirt/tshirt_midriff_shoulders_text
name = "Feminine T-Shirt (midriff, black with shoulders and text)"
icon_state = "t-shirt_midriff_shoulders_text"
has_color = TRUE