implement new patrol system

This commit is contained in:
2023-04-16 13:03:42 -05:00
parent 028135f859
commit 0779fbab87
2 changed files with 3 additions and 34 deletions
+1
View File
@@ -250,6 +250,7 @@ public class Mob extends AbstractIntelligenceAgent {
this.spawnTime = 60 * 15;
this.isPlayerGuard = true;
this.nameOverride = contract.getName();
this.BehaviourType = MobileFSM.MobBehaviourType.GuardCaptain;
}
int guildID = rs.getInt("mob_guildUID");