Merge pull request #2764 from CHOMPStationBot/upstream-merge-11367

[MIRROR] Fimxes shadekin eyecolors displaying wonkily
This commit is contained in:
Nadyr
2021-08-09 18:47:56 -04:00
committed by GitHub
@@ -272,7 +272,7 @@
if(eyecolor_val < 40)
eyecolor_val = 40
eyecolor_rgb = rgb(eyecolor_hue, eyecolor_sat, eyecolor_val, COLORSPACE_HSV)
eyecolor_rgb = rgb(eyecolor_hue, eyecolor_sat, eyecolor_val, space=COLORSPACE_HSV)
H.r_eyes = rgb2num(eyecolor_rgb)[1]
H.g_eyes = rgb2num(eyecolor_rgb)[2]