Updated formats with banned and unbanned cards.

This commit is contained in:
LevelX2 2013-05-01 20:43:35 +02:00
parent 4feb0638bd
commit ae350f81a3
3 changed files with 3 additions and 2 deletions

View file

@ -71,8 +71,9 @@ public class Modern extends Constructed {
banned.add("Preordain"); banned.add("Preordain");
banned.add("Punishing Fire"); banned.add("Punishing Fire");
banned.add("Rite of Flame"); banned.add("Rite of Flame");
banned.add("Second Sunrise"); // (banned effective May 3, 2013)
banned.add("Seat of the Synod"); banned.add("Seat of the Synod");
banned.add("Seething Song"); // (banned effective February 1, 2013) banned.add("Seething Song"); // (banned effective February 1, 2013)
banned.add("Sensei's Divining Top"); banned.add("Sensei's Divining Top");
banned.add("Stoneforge Mystic"); banned.add("Stoneforge Mystic");
banned.add("Skullclamp"); banned.add("Skullclamp");

View file

@ -40,6 +40,7 @@ public class ReturnToRavnicaBlock extends Constructed {
super("Constructed - Return to Ravnica Block"); super("Constructed - Return to Ravnica Block");
setCodes.add("RTR"); setCodes.add("RTR");
setCodes.add("GTC"); setCodes.add("GTC");
setCodes.add("DGM");
} }
} }

View file

@ -81,7 +81,6 @@ public class Vintage extends Constructed {
restricted.add("Mystical Tutor"); restricted.add("Mystical Tutor");
restricted.add("Necropotence"); restricted.add("Necropotence");
restricted.add("Ponder"); restricted.add("Ponder");
restricted.add("Regrowth");
restricted.add("Sol Ring"); restricted.add("Sol Ring");
restricted.add("Strip Mine"); restricted.add("Strip Mine");
restricted.add("Thirst for Knowledge"); restricted.add("Thirst for Knowledge");