- Fixed the AI cheating with Repeated Barrage Raid ability.

This commit is contained in:
Agetian
2017-09-27 14:59:07 +00:00
parent 22cc4c635a
commit 64a6c3c5bb
2 changed files with 3 additions and 1 deletions

View File

@@ -70,6 +70,8 @@ public class ChangeZoneAi extends SpellAbilityAi {
return false;
}
}
} else if (aiLogic.equals("RaidOnly")) {
return ai.getAttackedWithCreatureThisTurn();
}
return super.checkAiLogic(ai, sa, aiLogic);