diff --git a/modular_chomp/code/modules/mob/living/carbon/human/update_icons.dm b/modular_chomp/code/modules/mob/living/carbon/human/update_icons.dm index 9e41c0f118..ab6be6cb9c 100644 --- a/modular_chomp/code/modules/mob/living/carbon/human/update_icons.dm +++ b/modular_chomp/code/modules/mob/living/carbon/human/update_icons.dm @@ -16,7 +16,7 @@ for(var/f in list(BP_L_FOOT, BP_R_FOOT)) var/obj/item/organ/external/foot/foot = get_organ(f) - if(istype(foot) && foot.is_hidden_by_tail()) //If either foot is hidden by the tail, don't render footwear. + if(istype(foot) && foot.is_hidden_by_sprite_accessory()) //If either foot is hidden by the tail, don't render footwear. return var/obj/item/clothing/shoes/shoe = shoes @@ -107,4 +107,4 @@ /mob/living/carbon/human/update_tail_showing() . = ..() - update_vore_tail_sprite() \ No newline at end of file + update_vore_tail_sprite()