From 687ba2a2de8305ba520f50210f306da116e1cca6 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Tue, 29 Apr 2014 16:24:34 -0400 Subject: [PATCH] Typo fix --- code/modules/mob/living/carbon/human/update_icons.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/update_icons.dm b/code/modules/mob/living/carbon/human/update_icons.dm index a7a4b32a970..7203cd08e51 100644 --- a/code/modules/mob/living/carbon/human/update_icons.dm +++ b/code/modules/mob/living/carbon/human/update_icons.dm @@ -302,7 +302,7 @@ proc/get_damage_icon_part(damage_state, body_part) stand_icon.Blend(rgb(-s_tone, -s_tone, -s_tone), ICON_SUBTRACT) //Skin color - if(!skeleton && !husk && !hulk && (species.flags & HAS_SKIN_COLOR)) + if(!skeleton && !husk && !hulk && (species.bodyflags & HAS_SKIN_COLOR)) stand_icon.Blend(rgb(r_skin, g_skin, b_skin), ICON_ADD) if(husk)