Mob vore is now for mobs as pred only (#19464)

This commit is contained in:
TheGreatKitsune
2026-05-14 14:55:15 -05:00
committed by GitHub
parent bde2098ea7
commit befaa3d2a6
+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