Merge pull request #7335 from ddzn/feature/eurolanderDecks

Add new deck type European Highlander
This commit is contained in:
Oleg Agafonov 2021-01-31 20:06:00 +01:00 committed by GitHub
commit ebbff82f82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 170 additions and 1 deletions

View file

@ -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();