mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
[MIRROR] Fixes facial hair using main hair colour instead of facial hair colour [MDB IGNORE] (#12734)
* Fixes facial hair using regular hair colour (#66126) * Fixes facial hair using main hair colour instead of facial hair colour Co-authored-by: GoblinBackwards <22856555+GoblinBackwards@users.noreply.github.com>
This commit is contained in:
co-authored by
GoblinBackwards
parent
a7fa4da73a
commit
d4e6c4a739
@@ -236,7 +236,7 @@
|
||||
|
||||
hair_alpha = owner_species.hair_alpha
|
||||
hair_color = human_head_owner.hair_color
|
||||
facial_hair_color = human_head_owner.hair_color
|
||||
facial_hair_color = human_head_owner.facial_hair_color
|
||||
fixed_hair_color = owner_species.fixed_mut_color //Can be null
|
||||
hair_style = human_head_owner.hairstyle
|
||||
facial_hairstyle = human_head_owner.facial_hairstyle
|
||||
@@ -278,7 +278,7 @@
|
||||
SET_OVERLAY_VALUE(facial_overlay, color, hair_color_source)
|
||||
SET_OVERLAY_VALUE(hair_overlay, color, hair_color_source)
|
||||
else
|
||||
SET_OVERLAY_VALUE(facial_overlay, color, hair_color)
|
||||
SET_OVERLAY_VALUE(facial_overlay, color, facial_hair_color)
|
||||
SET_OVERLAY_VALUE(hair_overlay, color, hair_color)
|
||||
else
|
||||
SET_OVERLAY_VALUE(facial_overlay, color, override_hair_color)
|
||||
|
||||
Reference in New Issue
Block a user