mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
unban Chaos Orb from OId School formats (#11344)
This commit is contained in:
parent
27b8d3e198
commit
1cb484e03e
5 changed files with 15 additions and 0 deletions
|
|
@ -29,6 +29,9 @@ public class OldSchool9394 extends Constructed {
|
|||
setCodes.add(mage.sets.Legends.getInstance().getCode());
|
||||
setCodes.add(mage.sets.TheDark.getInstance().getCode());
|
||||
|
||||
// unban chaos orb, we allow it (restricted) for the xmage-errated version in Old School Constructed.
|
||||
banned.removeIf(name -> name.equals("Chaos Orb"));
|
||||
|
||||
restricted.add("Ancestral Recall");
|
||||
restricted.add("Balance");
|
||||
restricted.add("Black Lotus");
|
||||
|
|
|
|||
|
|
@ -213,6 +213,9 @@ public class OldSchool9394CFB extends Constructed {
|
|||
banned.add("Wildfire Eternal");
|
||||
banned.add("Xathrid Necromancer");
|
||||
|
||||
// unban chaos orb, we allow it (restricted) for the xmage-errated version in Old School Constructed.
|
||||
banned.removeIf(name -> name.equals("Chaos Orb"));
|
||||
|
||||
restricted.add("Ancestral Recall");
|
||||
restricted.add("Balance");
|
||||
restricted.add("Black Lotus");
|
||||
|
|
|
|||
|
|
@ -213,6 +213,9 @@ public class OldSchool9394EC extends Constructed {
|
|||
banned.add("Wildfire Eternal");
|
||||
banned.add("Xathrid Necromancer");
|
||||
|
||||
// unban chaos orb, we allow it (restricted) for the xmage-errated version in Old School Constructed.
|
||||
banned.removeIf(name -> name.equals("Chaos Orb"));
|
||||
|
||||
restricted.add("Ancestral Recall");
|
||||
restricted.add("Balance");
|
||||
restricted.add("Black Lotus");
|
||||
|
|
|
|||
|
|
@ -31,6 +31,9 @@ public class OldSchool9394EG extends Constructed {
|
|||
setCodes.add(mage.sets.FallenEmpires.getInstance().getCode());
|
||||
setCodes.add(mage.sets.Chronicles.getInstance().getCode());
|
||||
|
||||
// unban chaos orb, we allow it (restricted) for the xmage-errated version in Old School Constructed.
|
||||
banned.removeIf(name -> name.equals("Chaos Orb"));
|
||||
|
||||
restricted.add("Ancestral Recall");
|
||||
restricted.add("Balance");
|
||||
restricted.add("Black Lotus");
|
||||
|
|
|
|||
|
|
@ -30,6 +30,9 @@ public class OldSchool9394Italian extends Constructed {
|
|||
setCodes.add(mage.sets.TheDark.getInstance().getCode());
|
||||
setCodes.add(mage.sets.RevisedEdition.getInstance().getCode());
|
||||
|
||||
// unban chaos orb, we allow it (restricted) for the xmage-errated version in Old School Constructed.
|
||||
banned.removeIf(name -> name.equals("Chaos Orb"));
|
||||
|
||||
restricted.add("Ancestral Recall");
|
||||
restricted.add("Balance");
|
||||
restricted.add("Black Lotus");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue