diff --git a/code/modules/mob/living/carbon/human/update_icons.dm b/code/modules/mob/living/carbon/human/update_icons.dm index 3c7b3050..046c6344 100644 --- a/code/modules/mob/living/carbon/human/update_icons.dm +++ b/code/modules/mob/living/carbon/human/update_icons.dm @@ -392,7 +392,7 @@ proc/get_damage_icon_part(damage_state, body_part) if(!fat && !skeleton) stand_icon.Blend(new /icon('icons/mob/human.dmi', "underwear[underwear]_[g]_s"), ICON_OVERLAY) - if(undershirt>0 && undershirt < 5 && species.flags & HAS_UNDERWEAR) + if(undershirt>0 && undershirt <= undershirt_t.len && species.flags & HAS_UNDERWEAR) stand_icon.Blend(new /icon('icons/mob/human.dmi', "undershirt[undershirt]_s"), ICON_OVERLAY) if(update_icons) diff --git a/html/changelog.html b/html/changelog.html index d46ea27e..0e68b8b8 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -60,10 +60,12 @@ should be listed in the changelog upon commit though. Thanks. -->

11 December 2014

SoundScopes updated: