if(prey.items & IT_INVINCIBLE) // avoid eating bots that have the Invincible powerup
fear += cvar("bot_ai_vore_fear") * self.bot_vorefear;
fear += self.stomach_load; // the bigger our stomach, the less we want to put someone else in there
- fear *= (prey.scale / self.scale); // predators fear larger prey and are courageous toward smaller prey
+ if(cvar("g_healthsize"))
+ fear *= (prey.scale / self.scale); // predators fear larger prey and are courageous toward smaller prey
if(prey.stomach_load)
fear *= prey.stomach_load; // predators fear prey that have a large stomach