diff --git a/code/modules/mob/living/carbon/human/update_icons.dm b/code/modules/mob/living/carbon/human/update_icons.dm index 6cdf9cc59b..7775d77aa0 100644 --- a/code/modules/mob/living/carbon/human/update_icons.dm +++ b/code/modules/mob/living/carbon/human/update_icons.dm @@ -1013,6 +1013,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 90d08ceebc..c3b78f2a3d 100644 --- a/code/modules/mob/new_player/sprite_accessories_taur.dm +++ b/code/modules/mob/new_player/sprite_accessories_taur.dm @@ -414,7 +414,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 9c76285b0c..9c2f673f19 100644 Binary files a/icons/mob/vore/Taur_Bellies.dmi and b/icons/mob/vore/Taur_Bellies.dmi differ 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 dbcd08ea70..75baf8be15 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 @@ -34,9 +34,3 @@ apply_layer(SHOES_LAYER) apply_layer(SHOES_LAYER_ALT) - - - -/mob/living/carbon/human/update_tail_showing() - . = ..() - update_vore_tail_sprite()