Value is set earlier.

This commit is contained in:
2023-09-01 12:50:57 -04:00
parent 2f6137f8df
commit 0d43c3620d
-1
View File
@@ -1547,7 +1547,6 @@ public class Mob extends AbstractIntelligenceAgent {
break; break;
case GuardMinion: case GuardMinion:
this.agentType = AIAgentType.GUARDMINION; this.agentType = AIAgentType.GUARDMINION;
this.guardedCity = ZoneManager.getCityAtLocation(this.building.getLoc());
break; break;
case GuardWallArcher: case GuardWallArcher:
this.agentType = AIAgentType.GUARDWALLARCHER; this.agentType = AIAgentType.GUARDWALLARCHER;