diff --git a/code/modules/vore/eating/living_vr.dm b/code/modules/vore/eating/living_vr.dm index d23211d570..9b73e2bd9a 100644 --- a/code/modules/vore/eating/living_vr.dm +++ b/code/modules/vore/eating/living_vr.dm @@ -389,7 +389,7 @@ if (!user.client) for(var/obj/belly/guttoviolate in pred.vore_organs) if(guttoviolate.mode_flags & DM_FLAG_ALLOWFORCEFEED) - var/list/bellys |= guttoviolate + bellys |= guttoviolate belly = pick(bellys) //CHOMPEDIT: END