From afdd9976afb93fa3257eef664aa1a49361455fab Mon Sep 17 00:00:00 2001 From: Verkister Date: Tue, 15 Aug 2023 13:02:00 +0300 Subject: [PATCH] Fixes sect drone taur belly icons (#6813) --- .../code/modules/mob/new_player/sprite_accessories_taur.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/modular_chomp/code/modules/mob/new_player/sprite_accessories_taur.dm b/modular_chomp/code/modules/mob/new_player/sprite_accessories_taur.dm index c7d9d41f82..3f404946d8 100644 --- a/modular_chomp/code/modules/mob/new_player/sprite_accessories_taur.dm +++ b/modular_chomp/code/modules/mob/new_player/sprite_accessories_taur.dm @@ -179,6 +179,7 @@ vore_tail_sprite_variant = "SectDrone" belly_variant_when_loaf = TRUE loaf_offset = 3 + fullness_icons = 3 msg_owner_disarm_run = "You quickly push %prey to the ground with your leg!" msg_prey_disarm_run = "%owner pushes you down to the ground with their leg!"