forked from External/mage
* Akron Legionnaire - Fixed not correct working restrict ability.
This commit is contained in:
parent
256b93ffd8
commit
21e2066bba
4 changed files with 82 additions and 24 deletions
|
|
@ -89,6 +89,7 @@ public class PlayAreaPanel extends javax.swing.JPanel {
|
|||
* @param options
|
||||
*/
|
||||
public PlayAreaPanel(PlayerView player, BigCard bigCard, UUID gameId, int priorityTime, GamePanel gamePanel, PlayAreaPanelOptions options) {
|
||||
this.gamePanel = gamePanel;
|
||||
this.options = options;
|
||||
initComponents();
|
||||
setOpaque(false);
|
||||
|
|
@ -101,7 +102,6 @@ public class PlayAreaPanel extends javax.swing.JPanel {
|
|||
addPopupMenuWatcher();
|
||||
}
|
||||
this.add(popupMenu);
|
||||
this.gamePanel = gamePanel;
|
||||
init(player, bigCard, gameId, priorityTime);
|
||||
update(player);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue