guards get Mob.guardedCity assigned to

This commit is contained in:
2023-05-18 19:59:39 -05:00
parent 932daa730a
commit 9b5573c210
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1989,6 +1989,7 @@ public class Mob extends AbstractIntelligenceAgent {
else {
this.BehaviourType = MobBehaviourType.GuardCaptain;
this.spawnTime = 900;
this.guardedCity = ZoneManager.getCityAtLocation(this.bindLoc);
}
this.deathTime = 0;