From 0de62d1bc3b82c4b63f032db335c19ee8836eb65 Mon Sep 17 00:00:00 2001 From: Darlantan Date: Thu, 30 Jan 2020 22:39:52 -0500 Subject: [PATCH] Sets "vore_ignores_undigestable" to 0 --- code/modules/mob/living/simple_mob/simple_mob_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/simple_mob_vr.dm b/code/modules/mob/living/simple_mob/simple_mob_vr.dm index 127bad2295..fe4001440f 100644 --- a/code/modules/mob/living/simple_mob/simple_mob_vr.dm +++ b/code/modules/mob/living/simple_mob/simple_mob_vr.dm @@ -21,7 +21,7 @@ var/vore_pounce_falloff = 1 // Success rate falloff per %health of target mob. var/vore_pounce_maxhealth = 80 // Mob will not attempt to pounce targets above this %health var/vore_standing_too = 0 // Can also eat non-stunned mobs - var/vore_ignores_undigestable = 1 // Refuse to eat mobs who are undigestable by the prefs toggle. + var/vore_ignores_undigestable = 0 // Refuse to eat mobs who are undigestable by the prefs toggle. //CHOMPedit:Re-enable mob vore for indigestible players with mob vore on var/swallowsound = null // What noise plays when you succeed in eating the mob. var/vore_default_mode = DM_DIGEST // Default bellymode (DM_DIGEST, DM_HOLD, DM_ABSORB)