mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
* Intet, the Dreamer - Improved handling to look at face down cards exiled with Intet. Works now also if Intet has left the battlefield.
This commit is contained in:
parent
618033c947
commit
9df993bd3a
11 changed files with 276 additions and 208 deletions
|
|
@ -1613,8 +1613,8 @@ public class TestPlayer implements Player {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void revealFaceDownCard(Card card, Game game) {
|
||||
computerPlayer.revealFaceDownCard(card, game);
|
||||
public boolean lookAtFaceDownCard(Card card, Game game) {
|
||||
return computerPlayer.lookAtFaceDownCard(card, game);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue