Prometheans can now change hair transparency separate from body transparency. (#5832)

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

Title.
Hair transparency is now configurable from an opacity of 100-255 for
prometheans.
However, body transparency is still a toggle. This is because apparently
the transparent body is an actual _sprite_ rather than just changing the
transparency of the sprite, and I don't want to bother changing that
right now. Maybe in a later PR I will.

## Why It's Good For The Game

Customization good.

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

🆑
qol: Prommies can now change their hair transparency separate from body
transparency.
/🆑

<!-- 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. -->
This commit is contained in:
BlueWildrose
2023-08-08 14:17:41 +01:00
committed by GitHub
parent c09f8a575f
commit 11f47feb4e
5 changed files with 26 additions and 6 deletions
+1
View File
@@ -67,3 +67,4 @@
encased = 0
spread_dam = 1
transparent = 1
hair_opacity = 160
+1
View File
@@ -258,6 +258,7 @@
damage_force = 3
throw_force = 7
var/hair_opacity = 255
var/can_intake_reagents = TRUE
var/eyes_over_markings = FALSE
var/eye_icon = "eyes_s"