mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[MIRROR] makes it so the sanitize_hexcolors' default is 6 characters rather than 3 and gets rid of color_legacy [MDB IGNORE] (#8840)
* makes it so the sanitize_hexcolors' default is 6 characters rather than 3 and gets rid of color_legacy * Feex * Feex some more * Final feex * Please no more I'm tired * <<<<<<< HEAD Co-authored-by: Seris02 <49109742+Seris02@users.noreply.github.com> Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
co-authored by
Seris02
GoldenAlpharex
GoldenAlpharex
parent
a928f02179
commit
f0db07b17d
@@ -350,11 +350,11 @@
|
||||
if(haircolor)
|
||||
H.hair_color = haircolor
|
||||
else
|
||||
H.hair_color = random_short_color()
|
||||
H.hair_color = "#[random_color()]"
|
||||
if(facial_haircolor)
|
||||
H.facial_hair_color = facial_haircolor
|
||||
else
|
||||
H.facial_hair_color = random_short_color()
|
||||
H.facial_hair_color = "#[random_color()]"
|
||||
if(skin_tone)
|
||||
H.skin_tone = skin_tone
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user