mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
Updated formats with banned and unbanned cards.
This commit is contained in:
parent
4feb0638bd
commit
ae350f81a3
3 changed files with 3 additions and 2 deletions
|
|
@ -71,6 +71,7 @@ public class Modern extends Constructed {
|
|||
banned.add("Preordain");
|
||||
banned.add("Punishing Fire");
|
||||
banned.add("Rite of Flame");
|
||||
banned.add("Second Sunrise"); // (banned effective May 3, 2013)
|
||||
banned.add("Seat of the Synod");
|
||||
banned.add("Seething Song"); // (banned effective February 1, 2013)
|
||||
banned.add("Sensei's Divining Top");
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ public class ReturnToRavnicaBlock extends Constructed {
|
|||
super("Constructed - Return to Ravnica Block");
|
||||
setCodes.add("RTR");
|
||||
setCodes.add("GTC");
|
||||
setCodes.add("DGM");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -81,7 +81,6 @@ public class Vintage extends Constructed {
|
|||
restricted.add("Mystical Tutor");
|
||||
restricted.add("Necropotence");
|
||||
restricted.add("Ponder");
|
||||
restricted.add("Regrowth");
|
||||
restricted.add("Sol Ring");
|
||||
restricted.add("Strip Mine");
|
||||
restricted.add("Thirst for Knowledge");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue