mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Merge pull request #7335 from ddzn/feature/eurolanderDecks
Add new deck type European Highlander
This commit is contained in:
commit
ebbff82f82
4 changed files with 170 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ public class DeckLegalityPanel extends javax.swing.JPanel {
|
|||
// common
|
||||
new Commander(), new Oathbreaker(), new Brawl(),
|
||||
// other
|
||||
new Frontier(), new HistoricalType2(), new PennyDreadfulCommander()
|
||||
new Frontier(), new HistoricalType2(), new PennyDreadfulCommander(), new EuropeanHighlander(), new CanadianHighlander()
|
||||
// not used: new Eternal(), new Momir(), new TinyLeaders()
|
||||
).forEach(this::addLegalityLabel);
|
||||
addHidePanelButton();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue