diff --git a/code/modules/mob/living/carbon/human/update_icons.dm b/code/modules/mob/living/carbon/human/update_icons.dm index d993aa1e9fc..57c692041e0 100644 --- a/code/modules/mob/living/carbon/human/update_icons.dm +++ b/code/modules/mob/living/carbon/human/update_icons.dm @@ -1007,6 +1007,8 @@ GLOBAL_LIST_EMPTY(damage_icon_parts) //see UpdateDamageIcon() if(tail_layer == TAIL_UPPER_LAYER) tail_layer = tail_layering + update_vore_tail_sprite() + var/obj/item/organ/external/chest = organs_by_name[BP_TORSO] var/image/tail_image = get_tail_image() diff --git a/code/modules/mob/new_player/sprite_accessories_taur.dm b/code/modules/mob/new_player/sprite_accessories_taur.dm index f1f0876a6ae..b7e226dac11 100644 --- a/code/modules/mob/new_player/sprite_accessories_taur.dm +++ b/code/modules/mob/new_player/sprite_accessories_taur.dm @@ -412,7 +412,7 @@ loaf_offset = 7 vore_tail_sprite_variant = "Deer" belly_variant_when_loaf = TRUE - fullness_icons = 1 + fullness_icons = 3 msg_owner_disarm_run = "You quickly push %prey to the ground with your hoof!" msg_prey_disarm_run = "%owner pushes you down to the ground with their hoof!" diff --git a/icons/mob/vore/Taur_Bellies.dmi b/icons/mob/vore/Taur_Bellies.dmi index 9c76285b0cc..9c2f673f192 100644 Binary files a/icons/mob/vore/Taur_Bellies.dmi and b/icons/mob/vore/Taur_Bellies.dmi differ