* AI: improved game performance by x10 for cards with target amount;

AI: added targeting name and amount info to simulation logs;
AI: removed duplicated target variations from target amount simulations;
This commit is contained in:
Oleg Agafonov 2020-12-24 15:02:28 +04:00
parent 05695ad2fc
commit 64e948e4b3
6 changed files with 143 additions and 35 deletions

View file

@ -1130,7 +1130,8 @@ public class ComputerPlayer extends PlayerImpl implements Player {
}
}
log.warn("No proper AI target handling: " + target.getClass().getName());
// it's ok on no targets available
log.warn("No proper AI target handling or can't find permanents/cards to target: " + target.getClass().getName());
return false;
}