diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/leopardmander.dm b/code/modules/mob/living/simple_mob/subtypes/vore/leopardmander.dm index 4d1322ab85..1b64dec16a 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/leopardmander.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/leopardmander.dm @@ -7,6 +7,7 @@ icon_dead = "leopardmander-dead" icon_living = "leopardmander" icon_state = "leopardmander" + icon_rest = "leopardmander-rest" faction = "neutral" meat_amount = 40 //I mean... meat_type = /obj/item/weapon/reagent_containers/food/snacks/meat @@ -34,13 +35,12 @@ can_buckle = TRUE buckle_movable = TRUE buckle_lying = FALSE - vore_icons = SA_ICON_LIVING vore_bump_chance = 50 vore_digest_chance = 0 vore_escape_chance = 50 vore_pounce_chance = 100 vore_active = 1 - vore_icons = 4 + vore_icons = SA_ICON_LIVING|SA_ICON_REST vore_capacity = 4 swallowTime = 100 vore_default_mode = DM_HEAL @@ -116,6 +116,7 @@ icon_dead = "leopardmander_blue-dead" icon_living = "leopardmander_blue" icon_state = "leopardmander_blue" + icon_rest = "leopardmander_blue-rest" /mob/living/simple_mob/vore/leopardmander/exotic name = "glass-belly leopardmander" @@ -124,6 +125,7 @@ icon_dead = "leopardmander_exotic-dead" icon_living = "leopardmander_exotic" icon_state = "leopardmander_exotic" + icon_rest = "leopardmander_exotic-rest" glow_toggle = TRUE //Glow! glow_range = 2 diff --git a/icons/mob/vore128x64.dmi b/icons/mob/vore128x64.dmi index 120f630d33..a8422c16bd 100644 Binary files a/icons/mob/vore128x64.dmi and b/icons/mob/vore128x64.dmi differ