mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user