From 2f9771b1a9897d0d373224e43d6125f6da442fd8 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Wed, 16 Oct 2019 00:48:38 -0500 Subject: [PATCH] Maybe it's really just as simple as... --- code/modules/mob/living/simple_animal/simple_animal_vr.dm | 1 + 1 file changed, 1 insertion(+) 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 0436f62127..700ee3b7ce 100644 --- a/code/modules/mob/living/simple_animal/simple_animal_vr.dm +++ b/code/modules/mob/living/simple_animal/simple_animal_vr.dm @@ -60,6 +60,7 @@ if(LAZYLEN(vore_organs)) return + LAZYINITLIST(vore_organs) var/obj/belly/B = new (src) vore_selected = B B.immutable = TRUE