mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Updated Banned & Restricted lists.
This commit is contained in:
parent
8693b50f4f
commit
de3c6168d8
2 changed files with 5 additions and 0 deletions
|
@ -62,7 +62,9 @@ public class Modern extends Constructed {
|
||||||
banned.add("Dig Through Time");
|
banned.add("Dig Through Time");
|
||||||
banned.add("Dread Return");
|
banned.add("Dread Return");
|
||||||
banned.add("Eye of Ugin");
|
banned.add("Eye of Ugin");
|
||||||
|
banned.add("Gitaxian Probe");
|
||||||
banned.add("Glimpse of Nature");
|
banned.add("Glimpse of Nature");
|
||||||
|
banned.add("Golgari Grave-Troll");
|
||||||
banned.add("Great Furnace");
|
banned.add("Great Furnace");
|
||||||
banned.add("Green Sun's Zenith");
|
banned.add("Green Sun's Zenith");
|
||||||
banned.add("Hypergenesis");
|
banned.add("Hypergenesis");
|
||||||
|
|
|
@ -67,5 +67,8 @@ public class Standard extends Constructed {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
banned.add("Emrakul, the Promised End");
|
||||||
|
banned.add("Reflector Mage");
|
||||||
|
banned.add("Smuggler's Copter");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue