mirror of
https://github.com/correl/mage.git
synced 2025-04-01 09:05:59 -09:00
removed rotated cards from standard banlist
This commit is contained in:
parent
8fd6eb6313
commit
6ad6151be7
1 changed files with 2 additions and 14 deletions
|
@ -1,19 +1,13 @@
|
||||||
package mage.deck;
|
package mage.deck;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.Calendar;
|
|
||||||
import java.util.Collections;
|
|
||||||
import java.util.Comparator;
|
|
||||||
import java.util.Date;
|
|
||||||
import java.util.GregorianCalendar;
|
|
||||||
import java.util.List;
|
|
||||||
import mage.cards.ExpansionSet;
|
import mage.cards.ExpansionSet;
|
||||||
import mage.cards.Sets;
|
import mage.cards.Sets;
|
||||||
import mage.cards.decks.Constructed;
|
import mage.cards.decks.Constructed;
|
||||||
import mage.constants.SetType;
|
import mage.constants.SetType;
|
||||||
|
|
||||||
|
import java.util.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
|
||||||
* @author BetaSteward_at_googlemail.com
|
* @author BetaSteward_at_googlemail.com
|
||||||
*/
|
*/
|
||||||
public class Standard extends Constructed {
|
public class Standard extends Constructed {
|
||||||
|
@ -23,13 +17,7 @@ public class Standard extends Constructed {
|
||||||
|
|
||||||
setCodes.addAll(makeLegalSets());
|
setCodes.addAll(makeLegalSets());
|
||||||
|
|
||||||
banned.add("Attune with Aether"); // since 2018-01-15
|
|
||||||
banned.add("Aetherworks Marvel");
|
|
||||||
banned.add("Felidar Guardian");
|
|
||||||
banned.add("Rampaging Ferocidon"); // since 2018-01-15
|
banned.add("Rampaging Ferocidon"); // since 2018-01-15
|
||||||
banned.add("Ramunap Ruins"); // since 2018-01-15
|
|
||||||
banned.add("Rogue Refiner"); // since 2018-01-15
|
|
||||||
banned.add("Smuggler's Copter");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static boolean isFallSet(ExpansionSet set) {
|
private static boolean isFallSet(ExpansionSet set) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue