mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
[UNF] add acorn stamp cards to shared ban list
This commit is contained in:
parent
7978b85d63
commit
cd3197af97
1 changed files with 14 additions and 0 deletions
|
|
@ -89,6 +89,20 @@ public class Constructed extends DeckValidator {
|
||||||
banned.add("Jihad");
|
banned.add("Jihad");
|
||||||
banned.add("Pradesh Gypsies");
|
banned.add("Pradesh Gypsies");
|
||||||
banned.add("Stone-Throwing Devils");
|
banned.add("Stone-Throwing Devils");
|
||||||
|
|
||||||
|
// Acorn stamp cards are banned
|
||||||
|
banned.add("Angelic Harold");
|
||||||
|
banned.add("Animate Object");
|
||||||
|
banned.add("Assembled Ensemble");
|
||||||
|
banned.add("Far Out");
|
||||||
|
banned.add("Killer Cosplay");
|
||||||
|
banned.add("The Superlatorium (A)");
|
||||||
|
banned.add("The Superlatorium (C)");
|
||||||
|
banned.add("The Superlatorium (D)");
|
||||||
|
banned.add("The Superlatorium (E)");
|
||||||
|
banned.add("The Superlatorium (F)");
|
||||||
|
banned.add("Vorthos, Steward of Myth");
|
||||||
|
banned.add("Water Gun Balloon Game");
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<String> getSetCodes() {
|
public List<String> getSetCodes() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue