Added banned standard cards of 2018-01-15.

This commit is contained in:
LevelX2 2018-01-27 10:14:37 +01:00
parent 2870c3ab2a
commit 09582eafc3

View file

@ -72,8 +72,12 @@ public class Standard extends Constructed {
} }
} }
} }
banned.add("Attune with Aether"); // since 2008-01-15
banned.add("Aetherworks Marvel"); banned.add("Aetherworks Marvel");
banned.add("Felidar Guardian"); 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"); banned.add("Smuggler's Copter");
} }