Updated Banned & Restricted lists.

This commit is contained in:
fireshoes 2017-01-09 15:08:08 -06:00
parent 8693b50f4f
commit de3c6168d8
2 changed files with 5 additions and 0 deletions

View file

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

View file

@ -67,5 +67,8 @@ public class Standard extends Constructed {
} }
} }
} }
banned.add("Emrakul, the Promised End");
banned.add("Reflector Mage");
banned.add("Smuggler's Copter");
} }
} }