Skip to content

Commit

Permalink
Adds a striped skinsuit and a cropped turtleneck (#6777)
Browse files Browse the repository at this point in the history
<!-- 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

![QCtL9MJjPL](https://github.com/user-attachments/assets/e04f92eb-b09a-4b8e-a489-b59fca6ee8a4)
them together
<!-- 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
just an inspired outfit
<!-- 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. -->

:cl:
add: Cropped Turtleneck and Skinsuit Striped
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: 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. -->
  • Loading branch information
FreeStylaLT authored Oct 3, 2024
1 parent 29be536 commit 5e94691
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 0 deletions.
9 changes: 9 additions & 0 deletions code/modules/clothing/suits/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,15 @@
inv_hide_flags = HIDETIE|HIDEHOLSTER
worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL

/obj/item/clothing/suit/storage/cropped_turtleneck
name = "turtleneck cropped"
desc = "A tastefully cropped turtleneck with added, entirely cosmetic shoulder straps and puffy sleeves. The contradictory elements bring out the wearer's personality, and navel."
icon = 'icons/clothing/suit/misc/turtle_crop.dmi'
icon_state = "turtle_crop"
body_cover_flags = UPPER_TORSO|ARMS|LOWER_TORSO
inv_hide_flags = HIDETIE
worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL

/obj/item/clothing/suit/storage/khaki
name = "khaki jacket"
desc = "A smooth, clean khaki jacket. It stains instantly. In fact, it looks pre-stained so you don't feel bad when someone inevitably pours a single droplet of schnapps that stays there forever."
Expand Down
10 changes: 10 additions & 0 deletions code/modules/clothing/under/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2259,6 +2259,16 @@
name = "gray leotard skinsuit"
icon_state = "skinsuitfemleo_g"

/obj/item/clothing/under/skinsuit_striped
name = "skinsuit striped"
desc = "A dark skinsuit with white stripe embellishments, covering the contours. The latest in the line of skintight outfits that this crew in particular greatly prefers, to the point they now take up 30% of the sector's demands among NT's facilities."
body_cover_flags = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS
icon = 'icons/clothing/uniform/misc/skin_taped.dmi'
icon_state = "skinsuit_taped"
worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL
worn_has_rolldown = UNIFORM_HAS_NO_ROLL
worn_has_rollsleeve = UNIFORM_HAS_NO_ROLL

//Alt Bodysuits
/obj/item/clothing/under/bodysuit/alt
name = "alternate bodysuit"
Expand Down
5 changes: 5 additions & 0 deletions code/modules/loadout/loadout_suit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,11 @@
name = "Bomj Coat"
path = /obj/item/clothing/suit/storage/bomj

/datum/loadout_entry/suit/cropped_turtle
name = "Turtleneck Cropped"
path = /obj/item/clothing/suit/storage/cropped_turtleneck


/datum/loadout_entry/suit/violetjacket
name = "Violet Jacket"
path = /obj/item/clothing/suit/storage/violet
Expand Down
4 changes: 4 additions & 0 deletions code/modules/loadout/loadout_uniform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,10 @@ Swimsuits
altbodysuitfem_selection[initial(altbodysuitfem_type.name)] = altbodysuitfem_type
tweaks += new/datum/loadout_tweak/path(tim_sort(altbodysuitfem_selection, GLOBAL_PROC_REF(cmp_text_asc)))

/datum/loadout_entry/uniform/skinsuit_striped
name = "Skinsuit Striped"
path = /obj/item/clothing/under/skinsuit_striped

/datum/loadout_entry/uniform/ballet
name = "Antheia Tutu"
path = /obj/item/clothing/under/ballet
Expand Down
Binary file added icons/clothing/suit/misc/turtle_crop.dmi
Binary file not shown.
Binary file added icons/clothing/uniform/misc/skin_taped.dmi
Binary file not shown.

0 comments on commit 5e94691

Please sign in to comment.