From 2007279a08024a2254e3f6984aef3e42380d20ad Mon Sep 17 00:00:00 2001 From: SatinIsle Date: Mon, 8 Apr 2024 13:13:25 +0100 Subject: [PATCH] Update scrubble.dm --- code/modules/mob/living/simple_mob/subtypes/vore/scrubble.dm | 1 + 1 file changed, 1 insertion(+) 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() ..()