1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-10 17:00:08 -09:00

Changed names of Historical and Super standard for consistency.

This commit is contained in:
benjamin 2015-08-05 19:35:28 -04:00
parent e919355788
commit 9565b06c67
2 changed files with 2 additions and 2 deletions
Mage.Server.Plugins/Mage.Deck.Constructed/src/mage/deck

View file

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

View file

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