Files
Aurora.3/code/datums/underwear/bottom.dm
2020-05-13 19:12:14 +02:00

117 lines
3.0 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
name = "Boxers"
icon_state = "boxers"
has_color = TRUE
/datum/category_item/underwear/bottom/boxers_striped
name = "Boxers, Striped"
icon_state = "boxers_striped"
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/boxers_loveheart
name = "Boxers, Loveheart"
icon_state = "boxers_loveheart"
has_color = TRUE
/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/panties_striped
name = "Panties, Striped"
icon_state = "panties_striped"
has_color = TRUE
/datum/category_item/underwear/bottom/panties_bikini
name = "Panties, Bikini"
icon_state = "panties_bikini"
has_color = TRUE
/datum/category_item/underwear/bottom/panties_hipster
name = "Panties, Hipster"
icon_state = "panties_hipster"
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/compression_shorts_alt
name = "Compression Shorts, Alt"
icon_state = "compression_shorts_alt"
has_color = TRUE
/datum/category_item/underwear/bottom/shorts_army
name = "Shorts, Army"
icon_state = "shorts_army"
/datum/category_item/underwear/bottom/shorts_expedition
name = "Shorts, Expedition"
icon_state = "shorts_expedition"
/datum/category_item/underwear/bottom/shorts_fleet
name = "Shorts, Fleet"
icon_state = "shorts_fleet"
/datum/category_item/underwear/bottom/shorts_zavodskoi
name = "Shorts, Zavodskoi Interstellar"
icon_state = "shorts_necropolis"
/datum/category_item/underwear/bottom/shorts_epmc
name = "Shorts, EPMC"
icon_state = "shorts_epmc"
/datum/category_item/underwear/bottom/midway
name = "Midway Briefs"
icon_state = "midway"
has_color = TRUE
/datum/category_item/underwear/bottom/longjohnbottoms
name = "Long John Bottoms"
icon_state = "ljonb"
has_color = TRUE
/datum/category_item/underwear/bottom/longjohnbottoms_alt
name = "Long John Bottoms, Alt"
icon_state = "ljonb_alt"
has_color = TRUE
/datum/category_item/underwear/bottom/onepiece
name = "One Piece"
icon_state = "onepiece"
has_color = TRUE
/datum/category_item/underwear/bottom/onepiece_striped
name = "One Piece, Striped"
icon_state = "onepiece_striped"
has_color = TRUE
/datum/category_item/underwear/bottom/swimbottom
name = "Swimming Bottom"
icon_state = "swimbottom"
has_color = TRUE
/datum/category_item/underwear/bottom/fishnet_lower
name = "Fishnets"
icon_state = "fishnet_lower"