Fixes color of elf ears
Fixes color of elf ears
This commit is contained in:
@@ -756,7 +756,7 @@ GLOBAL_LIST_EMPTY(roundstart_races)
|
|||||||
if(!forced_colour)
|
if(!forced_colour)
|
||||||
switch(S.color_src)
|
switch(S.color_src)
|
||||||
if(SKINTONE)
|
if(SKINTONE)
|
||||||
accessory_overlay.color = skintone2hex(H.skin_tone)
|
accessory_overlay.color = "#[skintone2hex(H.skin_tone)]"
|
||||||
if(MUTCOLORS)
|
if(MUTCOLORS)
|
||||||
if(fixed_mut_color)
|
if(fixed_mut_color)
|
||||||
accessory_overlay.color = "#[fixed_mut_color]"
|
accessory_overlay.color = "#[fixed_mut_color]"
|
||||||
|
|||||||
Reference in New Issue
Block a user