diff --git a/code/_helpers/vore.dm b/code/_helpers/vore.dm index 26864eccb2..18b5768dd2 100644 --- a/code/_helpers/vore.dm +++ b/code/_helpers/vore.dm @@ -22,7 +22,7 @@ return FALSE if(!prey.is_dead() && !prey.can_be_afk_prey && (!prey.client || prey.away_from_keyboard)) return FALSE - if(!prey.allowmobvore && isanimal(pred) && !pred.ckey || (!pred.allowmobvore && isanimal(prey) && !prey.ckey)) + if(!prey.allowmobvore && isanimal(pred) && !pred.ckey) return FALSE return TRUE