Fix Taj/Unathi/Whatever skin color. Let FurryRaveStation13 continue!

This commit is contained in:
ZomgPonies
2014-05-24 08:24:09 -04:00
parent c25b72b83e
commit f5e69887a1
2 changed files with 5 additions and 70 deletions
@@ -370,7 +370,7 @@ proc/get_damage_icon_part(damage_state, body_part)
stand_icon.Blend(base_icon,ICON_OVERLAY)
//Skin colour. Not in cache because highly variable (and relatively benign).
if (species.flags & HAS_SKIN_COLOR)
if (species.bodyflags & HAS_SKIN_COLOR)
stand_icon.Blend(rgb(r_skin, g_skin, b_skin), ICON_ADD)
if(has_head)