From 6589917a44b77a8f539a982475598ab6a2a7dced Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 5 Mar 2019 08:53:38 +0100 Subject: [PATCH] Update belly_obj_vr.dm --- code/modules/vore/eating/belly_obj_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/eating/belly_obj_vr.dm b/code/modules/vore/eating/belly_obj_vr.dm index 03f4e06f95..fe4ea78c08 100644 --- a/code/modules/vore/eating/belly_obj_vr.dm +++ b/code/modules/vore/eating/belly_obj_vr.dm @@ -256,7 +256,7 @@ // The purpose of this method is to avoid duplicate code, and ensure that all necessary // steps are taken. /obj/belly/proc/nom_mob(var/mob/prey, var/mob/user) - if(owner.stat == DEAD || if(istype(prey,/mob/living/simple_animal/hostile/metroid))) + if(owner.stat == DEAD || !isEdible) return if (prey.buckled) prey.buckled.unbuckle_mob()