Merge pull request #8382 from CalamaBanana/ear-Skintone-fix

Fixes color of elf ears, using skintone
This commit is contained in:
kevinz000
2019-05-19 12:40:33 -07:00
committed by GitHub
@@ -756,7 +756,7 @@ GLOBAL_LIST_EMPTY(roundstart_races)
if(!forced_colour)
switch(S.color_src)
if(SKINTONE)
accessory_overlay.color = skintone2hex(H.skin_tone)
accessory_overlay.color = "#[skintone2hex(H.skin_tone)]"
if(MUTCOLORS)
if(fixed_mut_color)
accessory_overlay.color = "#[fixed_mut_color]"