mob AI work

This commit is contained in:
2024-05-15 20:03:03 -05:00
parent 79a9bfd606
commit de08d0d210
@@ -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;