diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/scrubble.dm b/code/modules/mob/living/simple_mob/subtypes/vore/scrubble.dm index 799c674c10..9de51f686d 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/scrubble.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/scrubble.dm @@ -38,6 +38,7 @@ vore_pounce_maxhealth = 1000 vore_bump_emote = "pounces on" vore_pounce_falloff = 0 //Always eat someone at full health + vore_standing_too = 1 /mob/living/simple_mob/vore/scrubble/init_vore() ..()