mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
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:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user