From 4396bd4280d46e6158a918507298dee9ba167623 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Tue, 15 Oct 2019 07:08:00 -0500 Subject: [PATCH] runtime fixings I guess --- code/modules/mob/living/simple_animal/simple_animal_vr.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/simple_animal/simple_animal_vr.dm b/code/modules/mob/living/simple_animal/simple_animal_vr.dm index f81496b22d..d4863b50da 100644 --- a/code/modules/mob/living/simple_animal/simple_animal_vr.dm +++ b/code/modules/mob/living/simple_animal/simple_animal_vr.dm @@ -52,6 +52,8 @@ vore_init = TRUE if(CHECK_BITFIELD(flags_1, HOLOGRAM_1)) return + if(!vore_active) + return if(vore_organs.len) return if(no_vore) //If it can't vore, let's not give it a stomach.