[MIRROR] Mob vore is now for mobs as pred only (#12755)

Co-authored-by: TheGreatKitsune <88862343+TheGreatKitsune@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-05-18 12:57:07 +02:00
committed by GitHub
co-authored by TheGreatKitsune
parent 9b3007f5e4
commit ed7afc6918
+1 -1
View File
@@ -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