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()