mob ai work

This commit is contained in:
2025-01-08 17:46:59 -06:00
parent a33ac85b21
commit b3026c9cab
+1 -1
View File
@@ -147,7 +147,7 @@ public class MobAi2 {
if (!CombatUtilities.inRangeToAttack(mob, target)) {
if(mob.nextChaseUpdate < System.currentTimeMillis()) {
mob.nextChaseUpdate = System.currentTimeMillis() + 5000L;
mob.nextChaseUpdate = System.currentTimeMillis() + 2500L;
MovementUtilities.aiMove(mob, target.loc, false);
}
return;