mob AI testing

This commit is contained in:
2023-02-08 20:37:31 -06:00
parent 2462cc13dd
commit b8be399df7
2 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -1680,7 +1680,7 @@ public class MobileFSM {
return false;
}
public static void MobCallForHelp(Mob mob) {
if(mob.nextCallForHelp > System.currentTimeMillis()){
if(mob.nextCallForHelp < System.currentTimeMillis()){
return;
}
Zone mobCamp = mob.getParentZone();