Bump up initial aggro from Yell for Help to match initial aggro

I guess I forgot this one
This commit is contained in:
Michael Cook (mackal) 2015-12-18 13:46:05 -05:00
parent 488be05e0e
commit f8867ea73d

View File

@ -476,7 +476,7 @@ void EntityList::AIYellForHelp(Mob* sender, Mob* attacker) {
attacker->GetName(), DistanceSquared(mob->GetPosition(),
sender->GetPosition()), fabs(sender->GetZ()+mob->GetZ()));
#endif
mob->AddToHateList(attacker, 1, 0, false);
mob->AddToHateList(attacker, 25, 0, false);
}
}
}