Skip to content

Commit

Permalink
Kepori hoodies (#2327)
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
Tin, allows Keporis to wear the hoodies in the loadout.
Sprites by Botanics.

![Kep hood
spin](https://github.com/shiptest-ss13/Shiptest/assets/81479835/c2f96317-78f4-4c16-98bf-af4bde985380)

<!-- 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

BIG HOODIES CUTE. Also Kepori sprite train moving is always good.

<!-- 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:
imageadd: Keporis have stolen some oversized hoodies and are now able to
wear them properly.
/: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
Ebin-Halcyon authored Sep 1, 2023
1 parent 3c0d066 commit a292450
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/clothing/suits/hoodies.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
/obj/item/radio,
)
armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0) //it's just a hoodie.
supports_variations = KEPORI_VARIATION

/obj/item/clothing/head/hooded/hood/
name = "hood"
desc = "HOW"
body_parts_covered = HEAD
flags_inv = HIDEHAIR|HIDEEARS
armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0) //it's just a hoodie.
supports_variations = KEPORI_VARIATION

/obj/item/clothing/suit/hooded/hoodie/black
name = "black hoodie"
Expand Down
Binary file modified icons/mob/species/kepori/onmob_head_kepori.dmi
Binary file not shown.
Binary file modified icons/mob/species/kepori/onmob_suit_kepori.dmi
Binary file not shown.

0 comments on commit a292450

Please sign in to comment.