forked from External/mage
Reworked emblems
This commit is contained in:
parent
3f1ae983c1
commit
9c8fe7268b
12 changed files with 264 additions and 18 deletions
|
|
@ -397,7 +397,7 @@ public class GamePanel extends javax.swing.JPanel {
|
|||
}
|
||||
}
|
||||
|
||||
this.stack.loadCards(game.getStack(), bigCard, gameId, game.getStackOrder());
|
||||
this.stack.loadCards(game.getStack(), bigCard, gameId, null);
|
||||
GameManager.getInstance().setStackSize(game.getStack().size());
|
||||
|
||||
for (ExileView exile: game.getExile()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue