|
|
@ -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; |
|
|
|