mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
90 lines
2.2 KiB
Plaintext
90 lines
2.2 KiB
Plaintext
/datum/category_item/underwear/bottom/none
|
|
name = "None"
|
|
always_last = TRUE
|
|
|
|
/datum/category_item/underwear/bottom/briefs
|
|
name = "Briefs"
|
|
icon_state = "briefs"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/bottom/briefs/is_default(var/gender)
|
|
return gender != FEMALE
|
|
|
|
/datum/category_item/underwear/bottom/boxers_loveheart
|
|
name = "Boxers, Loveheart"
|
|
icon_state = "boxers_loveheart"
|
|
|
|
/datum/category_item/underwear/bottom/boxers
|
|
name = "Boxers"
|
|
icon_state = "boxers"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/bottom/boxers_green_and_blue
|
|
name = "Boxers, green & blue striped"
|
|
icon_state = "boxers_green_and_blue"
|
|
|
|
/datum/category_item/underwear/bottom/panties
|
|
name = "Panties"
|
|
icon_state = "panties"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/bottom/panties/is_default(var/gender)
|
|
return gender == FEMALE
|
|
|
|
/datum/category_item/underwear/bottom/lacy_thong
|
|
name = "Lacy thong"
|
|
icon_state = "lacy_thong"
|
|
|
|
/datum/category_item/underwear/bottom/lacy_thong_alt
|
|
name = "Lacy thong, alt"
|
|
icon_state = "lacy_thong_alt"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/bottom/panties_alt
|
|
name = "Panties, alt"
|
|
icon_state = "panties_alt"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/bottom/compression_shorts
|
|
name = "Compression shorts"
|
|
icon_state = "compression_shorts"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/bottom/thong
|
|
name = "Thong"
|
|
icon_state = "thong"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/bottom/fishnet_lower
|
|
name = "Fishnets"
|
|
icon_state = "fishnet_lower"
|
|
|
|
/datum/category_item/underwear/bottom/striped_panties
|
|
name = "Striped Panties"
|
|
icon_state = "striped_panties"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/bottom/longjon
|
|
name = "Long John Bottoms"
|
|
icon_state = "ljonb"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/bottom/thinpanties
|
|
name = "Panties, Thin"
|
|
icon_state = "thinpanties"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/bottom/neko
|
|
name = "Panties, Neko"
|
|
icon_state = "panties_neko"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/bottom/swimbottom
|
|
name = "Swimming Bottoms"
|
|
icon_state = "swimbottom"
|
|
has_color = TRUE
|
|
|
|
/datum/category_item/underwear/bottom/onepiece
|
|
name = "Swimming One Piece"
|
|
icon_state = "onepiece"
|
|
has_color = TRUE |