mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
Added Historic in deck legality check
This commit is contained in:
parent
920697d2e5
commit
994254e98c
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ public class DeckLegalityPanel extends javax.swing.JPanel {
|
||||||
|
|
||||||
Stream.of(
|
Stream.of(
|
||||||
// most popular
|
// most popular
|
||||||
new Standard(), new Pioneer(), new Modern(), new Legacy(), new Vintage(), new Pauper(),
|
new Standard(), new Pioneer(), new Modern(), new Legacy(), new Vintage(), new Pauper(), new Historic(),
|
||||||
// common
|
// common
|
||||||
new Commander(), new Oathbreaker(), new Brawl(),
|
new Commander(), new Oathbreaker(), new Brawl(),
|
||||||
// other
|
// other
|
||||||
|
|
Loading…
Reference in a new issue