Ethereals now have hair (#49934)

🆑 Qustinnus
add: Ethereals have started growing slightly transparent hair in a new mutation of the lifeform.
/🆑

one of the main pieces of feedback I got was lack of customization, this will slightly remedy this but I'd still like to look for more unique options.
This commit is contained in:
Qustinnus
2020-03-16 20:53:45 +13:00
committed by GitHub
parent 4048dbfdab
commit 29746a313f
3 changed files with 13 additions and 1 deletions
+4
View File
@@ -147,6 +147,8 @@
if(S.hair_color)
if(S.hair_color == "mutcolor")
facial_hair_color = H.dna.features["mcolor"]
else if(hair_color == "fixedmutcolor")
facial_hair_color = "#[S.fixed_mut_color]"
else
facial_hair_color = S.hair_color
else
@@ -162,6 +164,8 @@
if(S.hair_color)
if(S.hair_color == "mutcolor")
hair_color = H.dna.features["mcolor"]
else if(hair_color == "fixedmutcolor")
hair_color = "#[S.fixed_mut_color]"
else
hair_color = S.hair_color
else