/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/bra_alt name = "Bra, Alt" icon_state = "bra_alt" has_color = TRUE /datum/category_item/underwear/top/bra_bikini name = "Bra, Bikini" icon_state = "bra_bikini" has_color = TRUE /datum/category_item/underwear/top/bra_bralette name = "Bra, Bralette" icon_state = "bra_bralette" has_color = TRUE /datum/category_item/underwear/top/bra_striped name = "Bra, Striped" icon_state = "bra_striped" has_color = TRUE /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" has_color = TRUE /datum/category_item/underwear/top/lacy_bra_alt name = "Lacy bra, stripe" icon_state = "lacy_bra_stripe" has_color = TRUE /datum/category_item/underwear/top/halterneck_bra name = "Halterneck top" icon_state = "halterneck_bra" has_color = TRUE /datum/category_item/underwear/top/binder name = "Binder" icon_state = "binder" has_color = TRUE /datum/category_item/underwear/top/binder_strapless name = "Binder, Strapless" icon_state = "binder_strapless" has_color = TRUE /datum/category_item/underwear/top/tubetop name = "Tube Top" icon_state = "tubetop" has_color = TRUE /datum/category_item/underwear/top/swimtop name = "Swimming Top" icon_state = "swimtop" has_color = TRUE /datum/category_item/underwear/top/sarashi name = "Sarashi, Stomach" icon_state = "sarashi_stomach" has_color = TRUE /datum/category_item/underwear/top/sarashi_torso name = "Sarashi, Torso" icon_state = "sarashi_torso" has_color = TRUE /datum/category_item/underwear/top/sarashi_mchest name = "Sarashi, Male Chest" icon_state = "sarashi_mchest" has_color = TRUE /datum/category_item/underwear/top/sarashi_fchest name = "Sarashi, Female Chest" icon_state = "sarashi_fchest" has_color = TRUE /datum/category_item/underwear/top/fishnet_base name = "Fishnet Top" icon_state = "fishnet_body" has_color = TRUE /datum/category_item/underwear/top/fishnet_sleeves name = "Fishnet Top, Sleeves" icon_state = "fishnet_sleeves" has_color = TRUE /datum/category_item/underwear/top/fishnet_gloves name = "Fishnet Top, Gloves" icon_state = "fishnet_gloves" has_color = TRUE /datum/category_item/underwear/top/fishnet_simple name = "Fishnet Top, Simple" icon_state = "fishnet_simple" has_color = TRUE /datum/category_item/underwear/top/ao_yem name = "Ao Yem" icon_state = "ao_yem" has_color = TRUE