mirror of
https://github.com/correl/mage.git
synced 2024-11-24 19:19:56 +00:00
Added banned standard cards of 2018-01-15.
This commit is contained in:
parent
2870c3ab2a
commit
09582eafc3
1 changed files with 4 additions and 0 deletions
|
@ -72,8 +72,12 @@ public class Standard extends Constructed {
|
|||
}
|
||||
}
|
||||
}
|
||||
banned.add("Attune with Aether"); // since 2008-01-15
|
||||
banned.add("Aetherworks Marvel");
|
||||
banned.add("Felidar Guardian");
|
||||
banned.add("Rampaging Ferocidon"); // since 2008-01-15
|
||||
banned.add("Ramunap Ruins"); // since 2008-01-15
|
||||
banned.add("Rogue Refiner"); // since 2008-01-15
|
||||
banned.add("Smuggler's Copter");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue