mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Notifying players of library search, and giving controller choice to search
This commit is contained in:
parent
4057cc2859
commit
2ed63a7184
2 changed files with 5 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue