From 4b16c9f91c456016f5d92ac4674ff69f8339506e Mon Sep 17 00:00:00 2001 From: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Date: Mon, 25 Nov 2019 09:34:46 +1000 Subject: [PATCH] Fixes dropnom prefs disappearing from vore panel --- code/modules/vore/eating/vore_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/vore/eating/vore_vr.dm b/code/modules/vore/eating/vore_vr.dm index 168ec9ccfa6..aff39a3c4cc 100644 --- a/code/modules/vore/eating/vore_vr.dm +++ b/code/modules/vore/eating/vore_vr.dm @@ -138,9 +138,9 @@ V::::::V V::::::VO:::::::OOO:::::::ORR:::::R R:::::REE::::::EEEEEE if(isnull(permit_healbelly)) permit_healbelly = TRUE if(isnull(can_be_drop_prey)) - allowmobvore = FALSE + can_be_drop_prey = FALSE if(isnull(can_be_drop_pred)) - allowmobvore = FALSE + can_be_drop_pred = FALSE if(isnull(belly_prefs)) belly_prefs = list()