Gives rest sprites to leopardmander

This commit is contained in:
Heroman
2023-02-03 07:57:15 +10:00
parent b2e27cbfbd
commit 507eb79ec0
2 changed files with 4 additions and 2 deletions
@@ -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