Files
FunkeronipastaandGitHub cceed51142 Socks, Shorts, and a Crown (#5498)
Adds all of the things.

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game

Adds a few things I just wanted to see in-game, also shows that animated
halos are an option.

<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

🆑
add: single-stripe socks with stirrup variants
add: legwarmers
add: cropped leather jacket, two styles
add: animated crown halo for the projector
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
2023-05-19 16:36:27 -07:00

161 lines
4.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_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/lacy_thong_color
name = "Lacy thong, colorable"
icon_state = "lacy_thong_color"
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/maebari
name = "Maebari"
icon_state = "maebari"
has_color = TRUE
/datum/category_item/underwear/bottom/maebari_bandaid
name = "Maebari (Band-Aid)"
icon_state = "maebari_bandaid"
has_color = TRUE
/datum/category_item/underwear/bottom/chastbelt
name = "Chastity Belt"
icon_state = "chastbelt"
/datum/category_item/underwear/bottom/chastcage
name = "Chastity Cage"
icon_state = "chastcage"
has_color = TRUE
/datum/category_item/underwear/bottom/cfishnet_bottom
name = "Dyed Fishnets"
icon_state = "c_fishnet_lower"
has_color = TRUE
/datum/category_item/underwear/bottom/jockstrap
name = "Jockstrap"
icon_state = "jockstrap"
has_color = TRUE
/datum/category_item/underwear/bottom/leotard
name = "Colorable Leotard"
icon_state = "leotard_bra_color"
has_color = TRUE
/datum/category_item/underwear/bottom/leotard_turt
name = "Colorable Leotard - Turtleneck"
icon_state = "leotard_turt_color"
has_color = TRUE
/datum/category_item/underwear/bottom/panties_beekini
name = "Bee Panties"
icon_state = "panties_beekini"
/datum/category_item/underwear/bottom/panties_assblastusa
name = "USA Panties"
icon_state = "panties_assblastusa"
/datum/category_item/underwear/bottom/panties_uk
name = "UK Panties"
icon_state = "panties_uk"
/datum/category_item/underwear/bottom/panties_kinky
name = "Lingere Panties"
icon_state = "panties_kinky"
/datum/category_item/underwear/bottom/panties_thin
name = "Thin Panties"
icon_state = "panties_thin"
/datum/category_item/underwear/bottom/bee_shorts
name = "Bee Boxers"
icon_state = "bee_shorts"
/datum/category_item/underwear/bottom/boxers_commie
name = "Communist Boxers"
icon_state = "boxers_commie"
/datum/category_item/underwear/bottom/boxers_uk
name = "UK Boxers"
icon_state = "boxers_uk"
/datum/category_item/underwear/bottom/boxers_assblastusa
name = "USA Boxers"
icon_state = "boxers_assblastusa"
/datum/category_item/underwear/bottom/mankini
name = "Mankini"
icon_state = "mankini"
has_color = TRUE
/datum/category_item/underwear/bottom/panties_trimmed
name = "Panties, Trimmed"
icon_state = "panties_trimmed"
has_color = TRUE