mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
109 lines
2.6 KiB
Plaintext
109 lines
2.6 KiB
Plaintext
/datum/category_item/underwear/top/none
|
|
name = "None"
|
|
always_last = TRUE
|
|
|
|
/datum/category_item/underwear/top/none/is_default(var/gender)
|
|
return gender != FEMALE
|
|
|
|
/datum/category_item/underwear/top/bra
|
|
is_default = TRUE
|
|
name = "Bra"
|
|
icon_state = "bra"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/top/bra/is_default(var/gender)
|
|
return gender == FEMALE
|
|
|
|
/datum/category_item/underwear/top/sports_bra
|
|
name = "Sports bra"
|
|
icon_state = "sports_bra"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/top/sports_bra_alt
|
|
name = "Sports bra, alt"
|
|
icon_state = "sports_bra_alt"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/top/lacy_bra
|
|
name = "Lacy bra"
|
|
icon_state = "lacy_bra"
|
|
|
|
/datum/category_item/underwear/top/lacy_bra_alt
|
|
name = "Lacy bra, alt"
|
|
icon_state = "lacy_bra_alt"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/top/lacy_bra_alt_stripe
|
|
name = "Lacy bra, alt, stripe"
|
|
icon_state = "lacy_bra_alt_stripe"
|
|
|
|
/datum/category_item/underwear/top/halterneck_bra
|
|
name = "Halterneck bra"
|
|
icon_state = "halterneck_bra"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/top/tubetop
|
|
name = "Tube Top"
|
|
icon_state = "tubetop"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/top/fishnet_base
|
|
name = "Fishnet top"
|
|
icon_state = "fishnet_body"
|
|
|
|
/datum/category_item/underwear/top/fishnet_base_alt
|
|
name = "Fishnet top, alt"
|
|
icon_state = "fishnet_body_alt"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/top/fishnet_sleeves
|
|
name = "Fishnet with sleeves"
|
|
icon_state = "fishnet_sleeves"
|
|
|
|
/datum/category_item/underwear/top/fishnet_sleeves_alt
|
|
name = "Fishnet with sleeves, alt"
|
|
icon_state = "fishnet_sleeves_alt"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/top/fishnet_gloves
|
|
name = "Fishnet with gloves"
|
|
icon_state = "fishnet_gloves"
|
|
|
|
/datum/category_item/underwear/top/striped_bra
|
|
name = "Striped Bra"
|
|
icon_state = "striped_bra"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/top/binder
|
|
name = "Binder"
|
|
icon_state = "binder_s"
|
|
|
|
/datum/category_item/underwear/top/straplessbinder
|
|
name = "Binder Strapless"
|
|
icon_state = "straplessbinder_s"
|
|
|
|
/datum/category_item/underwear/top/onesleeve
|
|
name = "One Sleeve"
|
|
icon_state = "onesleeve"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/top/neko
|
|
name = "Neko bra"
|
|
icon_state = "bra_neko"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/top/tape
|
|
name = "Tape"
|
|
icon_state = "pasties_alt"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/top/sarashi
|
|
name = "Sarashi"
|
|
icon_state = "bandages"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/top/swimtop
|
|
name = "Swimming Top"
|
|
icon_state = "swimtop"
|
|
has_color = TRUE
|