Skip to content

Commit

Permalink
Adds new hairstyle - Short Bangs 2 (tgstation#84804)
Browse files Browse the repository at this point in the history
## About The Pull Request
Adds a new hairstyle called Short Bangs 2.
The hairstyle is basically an edit of the existing double buns, except
the hair buns themselves are removed.


https://github.com/tgstation/tgstation/assets/66234359/38fe3b09-c42b-43e6-9e30-949428aab506

## Why It's Good For The Game
More customization, variety and character flavor is great. Double buns
itself is a good hairstyle but some may not like the hair buns out of
personal preference or that it can look weird on non-human species like
felinids.

## Changelog
:cl: Hardly3D
add: Added new hairstyle: Short Bangs 2
/:cl:
  • Loading branch information
Hardly3D authored Jul 11, 2024
1 parent a167298 commit 409dbc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/datums/sprite_accessories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,10 @@
name = "Short Bangs"
icon_state = "hair_shortbangs"

/datum/sprite_accessory/hair/shortbangs2
name = "Short Bangs 2"
icon_state = "hair_shortbangs2"

/datum/sprite_accessory/hair/short
name = "Short Hair"
icon_state = "hair_a"
Expand Down
Binary file modified icons/mob/human/human_face.dmi
Binary file not shown.

0 comments on commit 409dbc8

Please sign in to comment.