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

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.