1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-07 17:00:08 -09:00

Update jars. BugCantFindCardInLibrary now works.

This commit is contained in:
magenoxx 2011-12-26 18:49:32 +04:00
parent 0980ca5948
commit 4d9493a256
6 changed files with 2 additions and 2 deletions
Mage.Client/plugins
Mage.Server.Plugins/Mage.Player.AI/src/main/java/mage/player/ai
Mage.Server/plugins
Mage.Tests/plugins

View file

@ -792,7 +792,7 @@ public class ComputerPlayer<T extends ComputerPlayer<T>> extends PlayerImpl<T> i
@Override
public boolean choose(Outcome outcome, Choice choice, Game game) {
log.debug("choose");
log.debug("choose 3");
//TODO: improve this
choice.setChoice(choice.getChoices().iterator().next());
return true;
@ -823,7 +823,7 @@ public class ComputerPlayer<T extends ComputerPlayer<T>> extends PlayerImpl<T> i
@Override
public boolean choose(Outcome outcome, Cards cards, TargetCard target, Game game) {
log.debug("choose");
log.debug("choose 2");
if (cards != null && cards.isEmpty()) {
if (!target.isRequired())
return false;

Binary file not shown.