Notifying players of library search, and giving controller choice to search

This commit is contained in:
Tyler Moore 2018-10-04 15:14:43 -07:00
parent 4057cc2859
commit 2ed63a7184
2 changed files with 5 additions and 1 deletions

View file

@ -2072,6 +2072,7 @@ public class TestPlayer implements Player {
return computerPlayer.searchLibrary(target, game, targetPlayerId, triggerEvents);
}
@Override
public void lookAtAllLibraries(Ability source, Game game) {
computerPlayer.lookAtAllLibraries(source, game);
}