Skip to content

Commit

Permalink
Black and White Hoodie (#3179)
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
Adds a black hoodie with grey hood to the game. Very stylish. Much wow.


![image](https://github.com/shiptest-ss13/Shiptest/assets/46800751/f3878729-4657-468e-afe2-5ac780dc5bd9)
<!-- 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
It's rather a simple addition, and won't affect the game very much, but
it would help increase the diversity of hoodies available for characters
to wear. Such a simple design really, don't know why it wouldn't already
be here.

Due to thgvr's request, the hoodie now also fits kepori crew.
<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl: TiberianEuan
add: Black hoodie with grey hood.
imageadd: New hoodie icons.
/: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. -->

**Do note:**
A bunch of other commits are in there because last time I tried to
publish Lethal Company 13 commits to this repo they were shot down,
(which made me rather upset at the time but whatever)
They have been reverted. Those commits will not be added to the game
upon merging this PR. Please ignore them. I don't know how to get rid of
them from the PR itself.
  • Loading branch information
TiberianEuan authored Jul 12, 2024
1 parent c400718 commit 039ef7f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/client/loadout/loadout_suit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
display_name = "hoodie, T4L1"
path = /obj/item/clothing/suit/hooded/hoodie/rilena

/datum/gear/suit/jacket/hoodie_baw
display_name = "hoodie, black w grey hood"
path = /obj/item/clothing/suit/hooded/hoodie/blackwa

/datum/gear/suit/jacket/highvis
display_name = "industrial jacket"
path = /obj/item/clothing/suit/toggle/industrial
Expand Down
6 changes: 6 additions & 0 deletions code/modules/clothing/suits/hoodies.dm
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,9 @@
icon_state = "hoodie_rilena"
item_state = "hoodie_rilena"

/obj/item/clothing/suit/hooded/hoodie/blackwa
name = "black and white hoodie"
desc = "A hoodie that is black, with a white hood. It has a comfy pocket for keeping your hands warm."
icon_state = "hoodie_bwa"
item_state = "hoodie_bwa"
hoodtype = /obj/item/clothing/head/hooded/hood/gray
Binary file modified icons/mob/clothing/suits/hooded.dmi
Binary file not shown.
Binary file modified icons/mob/species/kepori/onmob_suit_kepori.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/suits/hooded.dmi
Binary file not shown.

0 comments on commit 039ef7f

Please sign in to comment.