Changed CreatureAI offsetWithCollision added value to 100.
This commit is contained in:
@ -990,7 +990,7 @@ public class CreatureAI extends AbstractAI
|
||||
if (isFollowing())
|
||||
{
|
||||
// allow larger hit range when the target is moving (check is run only once per second)
|
||||
if (!_actor.isInsideRadius2D(target, offsetWithCollision + 30))
|
||||
if (!_actor.isInsideRadius2D(target, offsetWithCollision + 100))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user