mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
TestPlayer declareBlocker fix
This commit is contained in:
parent
a7d662d73e
commit
bd2a2eebf4
1 changed files with 5 additions and 0 deletions
|
|
@ -2007,6 +2007,11 @@ public class TestPlayer implements Player {
|
||||||
computerPlayer.declareBlocker(defenderId, blockerId, attackerId, game);
|
computerPlayer.declareBlocker(defenderId, blockerId, attackerId, game);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void declareBlocker(UUID defenderId, UUID blockerId, UUID attackerId, Game game, boolean allowUndo) {
|
||||||
|
computerPlayer.declareBlocker(defenderId, blockerId, attackerId, game, allowUndo);
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean searchLibrary(TargetCardInLibrary target, Game game) {
|
public boolean searchLibrary(TargetCardInLibrary target, Game game) {
|
||||||
return computerPlayer.searchLibrary(target, game);
|
return computerPlayer.searchLibrary(target, game);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue