mirror of
https://github.com/correl/mage.git
synced 2025-04-10 01:01:05 -09: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
Mage.Server.Plugins/Mage.Deck.Constructed/src/mage/deck
|
@ -71,8 +71,9 @@ 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("Seething Song"); // (banned effective February 1, 2013)
|
||||
banned.add("Sensei's Divining Top");
|
||||
banned.add("Stoneforge Mystic");
|
||||
banned.add("Skullclamp");
|
||||
|
|
|
@ -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
Reference in a new issue