mob AI work
This commit is contained in:
@@ -135,6 +135,10 @@ public class MovementUtilities {
|
||||
|
||||
|
||||
public static boolean canMove(Mob agent) {
|
||||
|
||||
if(agent.isMoving())
|
||||
return false;
|
||||
|
||||
if (agent.getMobBase() != null && Enum.MobFlagType.SENTINEL.elementOf(agent.getMobBase().getFlags()))
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user