mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
updated Vintage ban and restricted list
This commit is contained in:
parent
14081a7ac5
commit
1f1eb08609
1 changed files with 4 additions and 1 deletions
|
@ -51,11 +51,12 @@ public class Vintage extends Constructed {
|
||||||
restricted.add("Demonic Consultation");
|
restricted.add("Demonic Consultation");
|
||||||
restricted.add("Demonic Tutor");
|
restricted.add("Demonic Tutor");
|
||||||
restricted.add("Dig Through Time");
|
restricted.add("Dig Through Time");
|
||||||
restricted.add("Fastbond");
|
|
||||||
restricted.add("Flash");
|
restricted.add("Flash");
|
||||||
restricted.add("Gitaxian Probe");
|
restricted.add("Gitaxian Probe");
|
||||||
|
restricted.add("Golgari Grave-Troll");
|
||||||
restricted.add("Gush");
|
restricted.add("Gush");
|
||||||
restricted.add("Imperial Seal");
|
restricted.add("Imperial Seal");
|
||||||
|
restricted.add("Karn, the Great Creator");
|
||||||
restricted.add("Library of Alexandria");
|
restricted.add("Library of Alexandria");
|
||||||
restricted.add("Lion's Eye Diamond");
|
restricted.add("Lion's Eye Diamond");
|
||||||
restricted.add("Lodestone Golem");
|
restricted.add("Lodestone Golem");
|
||||||
|
@ -63,6 +64,7 @@ public class Vintage extends Constructed {
|
||||||
restricted.add("Mana Crypt");
|
restricted.add("Mana Crypt");
|
||||||
restricted.add("Mana Vault");
|
restricted.add("Mana Vault");
|
||||||
restricted.add("Memory Jar");
|
restricted.add("Memory Jar");
|
||||||
|
restricted.add("Mental Misstep");
|
||||||
restricted.add("Merchant Scroll");
|
restricted.add("Merchant Scroll");
|
||||||
restricted.add("Mind's Desire");
|
restricted.add("Mind's Desire");
|
||||||
restricted.add("Monastery Mentory");
|
restricted.add("Monastery Mentory");
|
||||||
|
@ -71,6 +73,7 @@ public class Vintage extends Constructed {
|
||||||
restricted.add("Mox Pearl");
|
restricted.add("Mox Pearl");
|
||||||
restricted.add("Mox Ruby");
|
restricted.add("Mox Ruby");
|
||||||
restricted.add("Mox Sapphire");
|
restricted.add("Mox Sapphire");
|
||||||
|
restricted.add("Mystic Forge");
|
||||||
restricted.add("Mystical Tutor");
|
restricted.add("Mystical Tutor");
|
||||||
restricted.add("Necropotence");
|
restricted.add("Necropotence");
|
||||||
restricted.add("Ponder");
|
restricted.add("Ponder");
|
||||||
|
|
Loading…
Reference in a new issue