noble_heritage.txt little AI

This commit is contained in:
Northmoc
2023-08-05 18:17:55 -04:00
parent 83bd1d3312
commit 27e9fd58bf
2 changed files with 2 additions and 1 deletions

View File

@@ -277,6 +277,7 @@ public class ChooseCardAi extends SpellAbilityAi {
!AiAttackController.choosePreferredDefenderPlayer(ai).equals(sa.getActivatingPlayer()))) {
choice = ComputerUtilCard.getBestAI(options);
// TODO: would also be nice to take the counters if not in a good position to attack anyway
// might also be good to do a separate AI for Noble Heritage
}
} else if (logic.equals("Phylactery")) {
CardCollection aiArtifacts = CardLists.filter(ai.getCardsIn(ZoneType.Battlefield), Presets.ARTIFACTS);