Merge pull request #1181 from marthinwurer/master

Changed names in constructor to match those in the config files
This commit is contained in:
LevelX2 2015-08-06 08:17:16 +02:00
commit 6784aabb90
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ public class HistoricalStandard extends Constructed {
* done in the overridden validate function.
*/
public HistoricalStandard() {
super("Constructed - Historical Standard");
super("Variant Magic - Historical Standard");
// banned cards
banned.add("Balance");

View file

@ -61,7 +61,7 @@ public class SuperStandard extends Constructed {
* done in the overridden validate function.
*/
public SuperStandard() {
super("Constructed - All Standards");
super("Variant Magic - Super Standard");
banned.add("Ancient Den");
banned.add("Disciple of the Vault");