Wall Archers Attack With No Bane

This commit is contained in:
2024-03-04 06:50:51 -06:00
parent fb2465ccfd
commit 54e372b278
+4 -1
View File
@@ -1080,7 +1080,10 @@ public class MobAI {
}
public static void GuardWallArcherLogic(Mob mob) {
if(mob.guardedCity.getBane() == null){
CheckMobMovement(mob);
return;
}
try {
if (mob.getCombatTarget() == null)
CheckForPlayerGuardAggro(mob);