mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
* 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:
parent
05695ad2fc
commit
64e948e4b3
6 changed files with 143 additions and 35 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue