Fix Brawl.java banlist comments

These cards were banned in 2018
This commit is contained in:
Brik Royster 2018-04-28 16:11:39 -07:00 committed by GitHub
parent f682bfb527
commit a514f12196
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,12 +74,12 @@ public class Brawl extends Constructed {
}
}
}
banned.add("Attune with Aether"); // since 2008-01-15
banned.add("Attune with Aether"); // since 2018-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("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");
}