mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Updated Standard ban list
This commit is contained in:
parent
bbcd0a51f4
commit
6f65875618
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@ public class Standard extends Constructed {
|
|||
|
||||
setCodes.addAll(makeLegalSets());
|
||||
|
||||
banned.add("Field of the Dead"); // since 2019-10-21
|
||||
banned.add("Field of the Dead");
|
||||
banned.add("Oko, Thief of Crowns");
|
||||
banned.add("Once Upon a Time");
|
||||
banned.add("Veil of Summer");
|
||||
}
|
||||
|
||||
private static boolean isFallSet(ExpansionSet set) {
|
||||
|
|
Loading…
Reference in a new issue