Vanity Night (#2039)

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

Created several new hairstyles, a snout, and a frill. Ported over an
additional hairstyle from Coyote Bayou server.


![new_content](https://github.com/user-attachments/assets/a58f4d97-78bf-496d-ba59-717a2300fab1)

<!-- Please make sure to actually test your PRs. If you have not tested
your PR mention it. -->

## Why It's Good For The Game

More character customization.

## Proof Of Testing

Tested changes myself and everything seems to be in order.

## 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 its 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: Added twisted, twisted long, wicked, and inari hairstyles.
add: Added cervine snout.
add: Added naja hood frill.
/🆑

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

<!-- By opening a pull request. You have read and understood the
repository rules located on the main README.md on this project. -->
This commit is contained in:
Doom_Tail
2024-09-01 14:33:27 -06:00
committed by GitHub
parent 39b69dba15
commit e11a8f1c09
7 changed files with 32 additions and 0 deletions
@@ -2,3 +2,8 @@
name = "Skulldog ALT"
icon = 'modular_zubbers/icons/customization/snouts.dmi'
icon_state = "skulldogalt"
/datum/sprite_accessory/snouts/mammal/cervine
name = "Cervine"
icon = 'modular_zubbers/icons/customization/snouts.dmi'
icon_state = "cervine"
@@ -0,0 +1,5 @@
/datum/sprite_accessory/frills/najahood
name = "Naja Hood"
icon_state = "najahood"
icon = 'modular_zubbers/icons/customization/frills.dmi'
color_src = USE_MATRIXED_COLORS
@@ -23,3 +23,24 @@
name = "Nose Lick"
icon = 'modular_zubbers/icons/customization/facial_hair.dmi'
icon_state = "noselick"
/datum/sprite_accessory/hair/twistedlong
icon = 'modular_zubbers/icons/customization/hair.dmi'
name = "Twisted Long"
icon_state = "hair_twistedlong"
/datum/sprite_accessory/hair/twisted
icon = 'modular_zubbers/icons/customization/hair.dmi'
name = "Twisted"
icon_state = "hair_twisted"
/datum/sprite_accessory/hair/wicked
icon = 'modular_zubbers/icons/customization/hair.dmi'
name = "Wicked"
icon_state = "hair_wicked"
//-->Inari sprites ported from Coyote Bayou
/datum/sprite_accessory/hair/inari
icon = 'modular_zubbers/icons/customization/hair.dmi'
name = "Inari"
icon_state = "hair_inari"
Binary file not shown.

After

Width:  |  Height:  |  Size: 477 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 404 B

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 738 B

After

Width:  |  Height:  |  Size: 795 B

+1
View File
@@ -9004,6 +9004,7 @@
#include "modular_zubbers\code\modules\mob\dead\new_player\body_markings.dm"
#include "modular_zubbers\code\modules\mob\dead\new_player\sprite_accessories.dm"
#include "modular_zubbers\code\modules\mob\dead\new_player\sprite_accessories\fluff.dm"
#include "modular_zubbers\code\modules\mob\dead\new_player\sprite_accessories\frills.dm"
#include "modular_zubbers\code\modules\mob\dead\new_player\sprite_accessories\hair.dm"
#include "modular_zubbers\code\modules\mob\dead\new_player\sprite_accessories\horns.dm"
#include "modular_zubbers\code\modules\mob\dead\new_player\sprite_accessories\ipc.dm"