mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
Cards compatibility with oathbreaker format;
This commit is contained in:
parent
e1259d0dd6
commit
913ee65f36
22 changed files with 99 additions and 46 deletions
|
|
@ -750,7 +750,7 @@ public class TestPlayer implements Player {
|
|||
// show command
|
||||
if (params[0].equals(SHOW_COMMAND_COMMAND) && params.length == 1) {
|
||||
printStart(action.getActionName());
|
||||
CardsImpl cards = new CardsImpl(computerPlayer.getCommandersIds());
|
||||
CardsImpl cards = new CardsImpl(game.getCommandersIds(computerPlayer));
|
||||
printCards(cards.getCards(game));
|
||||
printEnd();
|
||||
actions.remove(action);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue