Fixes some charging mobs leaping straight into bellies (#19055)

Fixed a handful of big strong mobs that have leap attacks literally throwing themselves into spont vore bellies.
This commit is contained in:
SatinIsle
2026-01-18 16:32:21 +01:00
committed by GitHub
parent bbb93fd1c2
commit 5d6939225b
4 changed files with 5 additions and 0 deletions
@@ -76,6 +76,7 @@
vore_default_mode = DM_DIGEST
vore_pounce_maxhealth = 125
vore_bump_emote = "tries to devour"
can_be_drop_prey = FALSE
/mob/living/simple_mob/vore/ddraig/faster
special_attack_cooldown = 10 SECONDS
@@ -34,6 +34,8 @@
var/emp_damage = 0
var/nanobot_chance = 40
can_be_drop_prey = FALSE
/datum/say_list/cyber_horror
speak = list("H@!#$$P M@!$#",
"GHAA!@@#",
@@ -59,6 +59,7 @@
vore_default_mode = DM_DIGEST
vore_pounce_maxhealth = 125
vore_bump_emote = "tries to devour"
can_be_drop_prey = FALSE
/mob/living/simple_mob/vore/cryptdrake/Login()
. = ..()
@@ -81,6 +81,7 @@
vore_default_mode = DM_SELECT
vore_pounce_maxhealth = 125
vore_bump_emote = "tries to devour"
can_be_drop_prey = FALSE
/mob/living/simple_mob/vore/scel/Login()
. = ..()