simplified mob aI
This commit is contained in:
@@ -199,6 +199,9 @@ public class StandardMob {
|
||||
if(mob.isMoving())
|
||||
return;
|
||||
|
||||
if(mob.getLastAttackTime() > System.currentTimeMillis())
|
||||
return;
|
||||
|
||||
|
||||
if (mob.BehaviourType.callsForHelp)
|
||||
MobCallForHelp(mob);
|
||||
|
||||
Reference in New Issue
Block a user